Skip to content

Commit

Permalink
Remove resolve conf (#412)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Aug 22, 2024
1 parent 0a60c8b commit db37895
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion deploy/osps/default/osp-amzn2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
- path: /etc/systemd/system/kubelet-healthcheck.service
permissions: 644
Expand Down
1 change: 0 additions & 1 deletion deploy/osps/default/osp-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
- path: /etc/systemd/system/kubelet-healthcheck.service
permissions: 644
Expand Down
1 change: 0 additions & 1 deletion deploy/osps/default/osp-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
- path: /etc/systemd/system/kubelet-healthcheck.service
permissions: 644
Expand Down
1 change: 0 additions & 1 deletion deploy/osps/default/osp-rockylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
- path: /etc/systemd/system/kubelet-healthcheck.service
permissions: 644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
encoding: b64
path: /etc/kubernetes/kubelet.conf
permissions: 644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
encoding: b64
path: /etc/kubernetes/kubelet.conf
permissions: 644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
volumePluginDir: /var/lib/kubelet/volumeplugins
resolvConf: /run/systemd/resolve/resolv.conf
- path: /etc/systemd/system/kubelet-healthcheck.service
permissions: 644
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit db37895

Please sign in to comment.