Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
  3. Troubleshooting
  4. Operations performed on cpServer in environment.yaml file are not reflected
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster

Operations performed on cpServer in environment.yaml file are not reflected

Operations such as add/remove/comment/uncomment performed on cpServer in environment.yaml file are not reflected even after applying them. The reasons and solutions for the same are as follow:

  • Check if the action is reflected in cpServer CRO by using the following command:

    kubectl describe cpserver n $ENVIRONMENT_NAMESPACE

    If changes are not reflected then , check environment operator logs and if changes are reflected then follow the next steps.

  • Check if the flexsnap operator is running by using the following command:

    kubectl get pods -n $OPERATOR_NAMESPACE | grep flexsnap-operator | awk '{printf $1" " }

  • The flexsnap operator is running and is already processing the event (Update, Upgrade, Create, Delete).

    • To check logs of running operator, use the following command:

      kubectl logs -f $(kubectl get pods -n $OPERATOR_NAMESPACE | grep flexsnap-operator | awk '{printf $1" " }')

    • If you still want to go ahead with new action, you can stop the processing of the current event so that the new events are processed. To do so delete the flexsnap operator pod using the following command:

      kubectl delete pod $(kubectl get pods -n $OPERATOR_NAMESPACE | grep flexsnap-operator | awk '{printf $1" " }')

      This will re-create the flexsnap-operator pod which will be ready to serve new events.

      Note:

      The newly created pod might have missed the event which was performed before re-creation of pod. In this case you may have to reapply environment.yaml.

Feedback

Was this page helpful?
Previous

Taint, Toleration, and Node affinity related issues in cpServer

Next

Host mapping conflict in NetBackup

Feedback

Was this page helpful?