Skip to content

Commit 2a711b6

Browse files
committed
1 parent 3a76904 commit 2a711b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.tools

+1-1
Original file line numberDiff line numberDiff 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 ;\

hack/kind/config.yaml

+2
Original file line numberDiff line numberDiff 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
810
nodes:
911
- role: control-plane
1012
image: kindest/node:v1.24.0

0 commit comments

Comments
 (0)