Fábio Kaiser Rauber
4 years ago
4 changed files with 62 additions and 4 deletions
@ -0,0 +1,14 @@ |
|||||
|
# NSX Container Plugin Operator Chart |
||||
|
|
||||
|
This chart installs VMWare [NSX Container Plugin Operator](https://github.com/vmware/nsx-container-plugin-operator). |
||||
|
|
||||
|
An operator for leveraging NSX as the default container networking solution for an Kubernetes/Openshift cluster. The operator will be deployed in the early phases of Openshift cluster deployment or after the kubectl is ready in Kubernetes cluster, and it will take care of deploying NSX integration components, and precisely: |
||||
|
|
||||
|
The NSX container plugin (NCP) deployment |
||||
|
The nsx-ncp-bootstrap daemonset |
||||
|
The nsx-node-agent daemonset |
||||
|
The nsx-container-plugin operator monitors a dedicated ConfigMap, applies changes to NCP and nsx-node-agent configuration, and creates/restarts the relevant pods so that the relevant configuration changes are picked up. |
||||
|
|
||||
|
The nsx-container-plugin operator also monitors the nsx-node-agent status and updates the network status on relevant nodes. |
||||
|
|
||||
|
In addition, the nsx-container-plugin operator is able to monitor nodes ensuring the corresponding NSX logical port is enabled as a container host logical port. |
@ -0,0 +1,35 @@ |
|||||
|
labels: |
||||
|
io.cattle.role: project |
||||
|
categories: |
||||
|
- CNI |
||||
|
questions: |
||||
|
- variable: ncp.vc.endpoint |
||||
|
default: "" |
||||
|
description: "VCenter Server Endpoint" |
||||
|
label: "VCenter URL" |
||||
|
type: string |
||||
|
group: VCenter |
||||
|
required: true |
||||
|
- variable: ncp.vc.sso_domain |
||||
|
default: "vsphere.local" |
||||
|
description: "VCenter Single Sign-on Domain" |
||||
|
label: "VCenter SSO Domain" |
||||
|
type: string |
||||
|
group: VCenter |
||||
|
required: true |
||||
|
- variable: ncp.vc.https_port |
||||
|
default: 443 |
||||
|
description: "VCenter Server Endpoint HTTPS Port" |
||||
|
label: "HTTPS Port" |
||||
|
type: int |
||||
|
group: VCenter |
||||
|
required: true |
||||
|
|
||||
|
- variable: ncp.coe.cluster |
||||
|
default: "k8scl-one" |
||||
|
description: "Kubernetes cluster name for vSphere" |
||||
|
label: "Cluster name" |
||||
|
type: string |
||||
|
group: Cluster |
||||
|
required: true |
||||
|
|
Loading…
Reference in new issue