File tree 2 files changed +3
-1
lines changed
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)
126
126
[[ -f $(OC) ]] && exit 0 ;\
127
127
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
128
128
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 ;\
130
130
tar -xf $(OC).tar.gz -C $(TOOLS_DIR) ;\
131
131
rm -f $(OC).tar.gz ;\
132
132
rm -f $(TOOLS_DIR)/-.md ;\
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ containerdConfigPatches:
5
5
- |-
6
6
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."local-registry:30000"]
7
7
endpoint = ["http://10.96.223.192:30000"]
8
+ [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
9
+ SystemdCgroup = true
8
10
nodes :
9
11
- role : control-plane
10
12
image : kindest/node:v1.24.0
You can’t perform that action at this time.
0 commit comments