File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ kubectl wait --for='condition=established' crd/prometheuses.monitoring.coreos.co
55
55
56
56
# Wait for prometheus operator deployment.
57
57
kubectl -n=prometheus-operator rollout status --timeout=10m deployment.apps/prometheus-operator
58
-
59
- # Wait for webhook CA secret to be created.
60
- for i in {1..30}; do
61
- { kubectl -n=cert-manager get secret/cert-manager-webhook-ca && break; } || sleep 1
62
- done
63
58
:::
64
59
65
60
### {{productName}}
@@ -108,11 +103,6 @@ kubectl wait --for='condition=established' crd/scyllaclusters.scylla.scylladb.co
108
103
109
104
# Wait for the components to deploy.
110
105
kubectl -n=scylla-operator rollout status --timeout=10m deployment.apps/{scylla-operator,webhook-server}
111
-
112
- # Wait for webhook CA secret to be created.
113
- for i in {1..30}; do
114
- { kubectl -n=cert-manager get secret/cert-manager-webhook-ca && break; } || sleep 1
115
- done
116
106
:::
117
107
118
108
### Setting up local storage on nodes and enabling tuning
You can’t perform that action at this time.
0 commit comments