mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: update default Nomad bridge config (#16072)
This commit is contained in:
@@ -144,6 +144,8 @@ func buildNomadBridgeNetConfig(b bridgeNetworkConfigurator) []byte {
|
||||
cniAdminChainName))
|
||||
}
|
||||
|
||||
// Update website/content/docs/networking/cni.mdx when the bridge configuration
|
||||
// is modified.
|
||||
const nomadCNIConfigTemplate = `{
|
||||
"cniVersion": "0.4.0",
|
||||
"name": "nomad",
|
||||
|
||||
@@ -88,6 +88,7 @@ a convenient jumping off point to discuss a worked example.
|
||||
"ipMasq": true,
|
||||
"isGateway": true,
|
||||
"forceAddress": true,
|
||||
"hairpinMode": false,
|
||||
"ipam": {
|
||||
"type": "host-local",
|
||||
"ranges": [
|
||||
|
||||
Reference in New Issue
Block a user