File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ $(OC) oc: $(TOOLS_DIR)
126126 [[ -f $(OC) ]] && exit 0 ;\
127127 OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
128128 if [[ $${OS} == "darwin" ]]; then OS="mac"; fi ;\
129- curl -sSLo $(OC).tar.gz https://mirror.openshift.com/pub/openshift-v4/$${ARCH}/clients/ocp/stable-4.16/openshift-client-$${OS}-$(OC_VERSION) .tar.gz ;\
129+ curl -sSLo $(OC).tar.gz https://mirror.openshift.com/pub/openshift-v4/$${ARCH}/clients/ocp/stable-4.16/openshift-client-$${OS}.tar.gz ;\
130130 tar -xf $(OC).tar.gz -C $(TOOLS_DIR) ;\
131131 rm -f $(OC).tar.gz ;\
132132 rm -f $(TOOLS_DIR)/-.md ;\
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ containerdConfigPatches:
55 - |-
66 [plugins."io.containerd.grpc.v1.cri".registry.mirrors."local-registry:30000"]
77 endpoint = ["http://10.96.223.192:30000"]
8+ [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
9+ SystemdCgroup = true
810nodes :
911 - role : control-plane
1012 image : kindest/node:v1.24.0
You can’t perform that action at this time.
0 commit comments