Skip to content

Instantly share code, notes, and snippets.

@jboxman
Last active March 1, 2021 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jboxman/18288652da7cdb3ee801cfee3794460e to your computer and use it in GitHub Desktop.
Save jboxman/18288652da7cdb3ee801cfee3794460e to your computer and use it in GitHub Desktop.
Specify me - these are not part of a procedure
Cluster Network Operator YAML configuration
name: <name> (1)
namespace: <namespace> (2)
rawCNIConfig: '{ (3)
  ...
}'
type: Raw
  1. The name for the additional network attachment that you are creating. The name must be unique within the specified namespace.

  2. The namespace to create the network attachment in. If you do not specify a value, then the default namespace is used.

  3. The CNI plug-in configuration in JSON format, which is based on the following template.

Cluster Network Operator YAML configuration
name: <name> (1)
namespace: <namespace> (2)
rawCNIConfig: '{ (3)
  ...
}'
type: Raw
  1. Specify a name for the additional network attachment that you are creating. The name must be unique within the specified namespace.

  2. Specify the namespace to create the network attachment in. If you do not specify a value, then the default namespace is used.

  3. Specify the CNI plug-in configuration in JSON format, which is based on the following template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment