Skip to content

Commit

Permalink
fix: update labels of manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 committed Jun 20, 2024
1 parent e8c8ef4 commit 59a47e2
Show file tree
Hide file tree
Showing 7 changed files with 3,876 additions and 4,814 deletions.
2 changes: 1 addition & 1 deletion .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
delete: 120s
error: 300s
exec: 450s
skipDelete: true
skipDelete: false
failFast: true
8,660 changes: 3,860 additions & 4,800 deletions config/crd/bases/hdfs.zncdata.dev_hdfsclusters.yaml

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,25 @@ metadata:
namespace: system
labels:
control-plane: controller-manager
app.kubernetes.io/name: deployment
app.kubernetes.io/name: hdfs-operator
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: hdfs-operator
app.kubernetes.io/created-by: operator-lifecycle-manager
app.kubernetes.io/part-of: hdfs-operator
app.kubernetes.io/managed-by: kustomize
spec:
selector:
matchLabels:
control-plane: controller-manager
control-plane: hdfs-operator
app.kubernetes.io/name: hdfs-operator
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
control-plane: hdfs-operator
app.kubernetes.io/name: hdfs-operator
spec:
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
# according to the platforms which are supported by your solution.
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/default/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: zookeepercluster-sample-default
namespace: kubedatastack
status:
availableReplicas: 3
replicas: 3
availableReplicas: 2
replicas: 2
---
apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/default/03-zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
limit: "2Gi"
roleGroups:
default:
replicas: 3
replicas: 2
config:
resources:
cpu:
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/default/04-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ kind: StatefulSet
metadata:
name: hdfscluster-sample-default-journalnode
status:
availableReplicas: 3
replicas: 3
availableReplicas: 1
replicas: 1
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: hdfscluster-sample-default-datanode
status:
availableReplicas: 3
replicas: 3
availableReplicas: 2
replicas: 2

4 changes: 2 additions & 2 deletions test/e2e/default/04-hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
journalNode:
roleGroups:
default:
replicas: 3
replicas: 1
config:
resources:
cpu:
Expand All @@ -62,7 +62,7 @@ spec:
dataNode:
roleGroups:
default:
replicas: 3
replicas: 2
config:
resources:
cpu:
Expand Down

0 comments on commit 59a47e2

Please sign in to comment.