Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get the name of the pod of interest: kubectl get pods

  2. To check current configuration of pod: kubectl describe pod/<name of pod>

  3. Modify and save the memory in the yaml:  kubectl edit cdapmasters.cdap.cdap.io/<instance<instance-name> -o yaml

  4. Check if the pod restarted successfully: kubectl get pods

...