You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: cd ${GITHUB_WORKSPACE}/certsuite-sample-workload; make bootstrap-cluster && make bootstrap-docker-ubuntu-local && make bootstrap-python-ubuntu-local
37
+
disableDefaultCni: true
38
+
numControlPlaneNodes: 1
39
+
numWorkerNodes: 3
40
+
installOLM: true
41
+
removeDefaultStorageClass: true
42
+
removeControlPlaneTaint: true
62
43
63
-
# Restart docker using /mnt/docker-storage (sdb) instead of /var/lib/docker (sda).
64
-
# This step needs to be done right after the sample workload repo's bootstrap scripts, as they
command: cd ${GITHUB_WORKSPACE}/certsuite-sample-workload; make bootstrap-cluster && make bootstrap-docker-ubuntu-local && make bootstrap-python-ubuntu-local
136
-
137
-
# Restart docker using /mnt/docker-storage (sdb) instead of /var/lib/docker (sda).
138
-
# This step needs to be done right after the sample workload repo's bootstrap scripts, as they
0 commit comments