Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/networking/kubeovn-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ The `natOutgoing` setting enables network address translation (NAT) for traffic
- **Advanced Options** tab
```
users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you help fix the same issue at line 251 to 258? thanks

```
users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
```

groups: [ sudo ]
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
lock\_passwd: false
```

1. Open the serial console of `vm-external` (`172.20.30.2`), and then ping `8.8.8.8`.
Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.6/networking/kubeovn-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ The `natOutgoing` setting enables network address translation (NAT) for traffic
- **Advanced Options** tab
```
users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 252 to 258 have the same issue - thanks

users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
```

groups: [ sudo ]
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
lock\_passwd: false
```

1. Open the serial console of `vm-external` (`172.20.30.2`), and then ping `8.8.8.8`.
Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.7/networking/kubeovn-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ The `natOutgoing` setting enables network address translation (NAT) for traffic
- **Advanced Options** tab
```
users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also at

` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- thanks

groups: [ sudo ]
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
lock\_passwd: false
```

1. Open the serial console of `vm-external` (`172.20.30.2`), and then ping `8.8.8.8`.
Expand Down