Please enter search query.
Search <book_title>...
Veritas InfoScale™ for Kubernetes Environments 8.0.110 - Linux
Last Published:
2022-11-04
Product(s):
InfoScale & Storage Foundation (8.0.110)
Platform: Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Veritas InfoScale on OpenShift
- Installing InfoScale on a system with Internet connectivity
- Installing InfoScale in an air gapped system
- Installing Veritas InfoScale on Kubernetes
- Tech Preview: Configuring KMS-based Encryption on an OpenShift cluster
- Tech Preview: Configuring KMS-based Encryption on a Kubernetes cluster
- InfoScale CSI deployment in Container environment
- Dynamic provisioning
- Snapshot provisioning (Creating volume snapshots)
- Managing InfoScale volume snapshots with Velero
- Volume cloning
- Installing and configuring InfoScale DR Manager on OpenShift
- Installing and configuring InfoScale DR Manager on Kubernetes
- Disaster Recovery scenarios
- Configuring InfoScale
- Upgrading InfoScale
- Troubleshooting
Installing Node Feature Discovery (NFD) Operator and Cert-Manager on Kubernetes
Complete the following steps to enable Node Feature Discovery 0.8.2 and Cert-Manager 1.6.1 on Kubernetes.
Run the following command on the master node to install Cert-Manager:
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml
Run the following commands on the master node to install Node Feature Discovery (NFD) Operator:
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.2/nfd-master.yaml.template
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.2/nfd-worker-daemonset.yaml.template
Note:
Refer to the Kubernetes documentation for more information about Node Feature Discovery.