Commit 766daf2 1 parent fec3806 commit 766daf2 Copy full SHA for 766daf2
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ kind-init:
73
73
--name kind-ydb-operator
74
74
docker pull k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.0
75
75
kind load docker-image k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.0 --name kind-ydb-operator
76
+ kubectl cluster-info --context kind-kind-ydb-operator # yes, kind prefixes all context with one more 'kind-'
76
77
docker pull ${YDB_IMAGE}
77
78
kind load docker-image ${YDB_IMAGE} --name kind-ydb-operator
78
79
Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ func DefaultStorage(storageYamlConfigPath string) *v1alpha1.Storage {
109
109
AdditionalLabels : map [string ]string {"ydb-cluster" : "kind-storage" },
110
110
Affinity : storageAntiAffinity ,
111
111
},
112
+ InitJob : & v1alpha1.StorageInitJobSpec {
113
+ AdditionalLabels : map [string ]string {"ydb-cluster" : "kind-storage-init" },
114
+ },
112
115
},
113
116
}
114
117
}
You can’t perform that action at this time.
0 commit comments