-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cafb944
commit 022a454
Showing
3 changed files
with
5 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,8 @@ sudo k8s kubectl exec -it cilium-97vcw -n kube-system -c cilium-agent \ | |
-- cilium status | ||
``` | ||
|
||
You should see a wide range of metrics and configuration values for your cluster. | ||
You should see a wide range of metrics and configuration values for your | ||
cluster. | ||
|
||
## Disable Network | ||
|
||
|
@@ -75,7 +76,7 @@ You can `disable` the built-in network: | |
disabling Network. | ||
``` | ||
|
||
If you currently have gateway enabled run `sudo k8s disable gateway` | ||
If your underlying network is cilium you will have to run `sudo k8s disable gateway` | ||
Check failure on line 79 in docs/src/snap/howto/networking/default-network.md GitHub Actions / markdown-lintLine length
Check failure on line 79 in docs/src/snap/howto/networking/default-network.md GitHub Actions / markdown-lintLine length
|
||
before disabling network. | ||
|
||
``` | ||
|
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