-
Notifications
You must be signed in to change notification settings - Fork 101
fix(networking): remove backticks in cloud-config yaml #978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. line 252 to 258 have the same issue - thanks docs/versioned_docs/version-v1.6/networking/kubeovn-vpc.md Lines 252 to 258 in e354af0
|
||||||||||||||||
| 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`. | ||||||||||||||||
|
|
||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also at docs/versioned_docs/version-v1.7/networking/kubeovn-vpc.md Lines 253 to 257 in e354af0
|
||||||||||||
| 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`. | ||||||||||||
|
|
||||||||||||
There was a problem hiding this comment.
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
docs/docs/networking/kubeovn-vpc.md
Lines 251 to 258 in e354af0