-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 修复因Rocky Linux 8.5 配置外网IP失败导致的添加k8s node 失败
- Loading branch information
1 parent
98106c8
commit 1c7958c
Showing
3 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
- name: Configure the public network card | ||
template: src=ifcfg-pip.j2 dest=/etc/sysconfig/network-scripts/ifcfg-pip0 owner=root group=root mode=644 | ||
notify: restart network | ||
shell: nmcli connection add type tun ifname pip0 con-name pip0 mode tap ip4 {{ advertise_address }}/24 | ||
tags: publicNetwork |
This file was deleted.
Oops, something went wrong.