Skip to content

Commit

Permalink
Fix kube_resolv_conf for strict validation of revolvConf in kubelet-c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
floryut committed Jan 10, 2022
1 parent 57a1d18 commit 353fa3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ packet_oracle7-canal-ha:
when: manual

packet_fedora35-docker-calico:
stage: deploy-part2
extends: .packet_periodic
stage: unit-tests
extends: .pr
when: on_success
variables:
RESET_CHECK: "true"

packet_fedora34-calico-selinux:
stage: deploy-part2
extends: .packet_periodic
stage: unit-tests
extends: .packet_pr
when: on_success

packet_fedora35-calico-swap-selinux:
Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes/node/vars/fedora.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
kube_resolv_conf: "/run/systemd/resolve/resolv.conf"
kube_resolv_conf: /run/systemd/resolve/resolv.conf

0 comments on commit 353fa3e

Please sign in to comment.