Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2669

Extra commands needed under "ONAP on HA Kubernetes Cluster" doccumentation section

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      We have noticed that there are few more extra commands to be added under "ONAP on HA Kubernetes Cluster" doccumentation section as below.
      https://docs.onap.org/projects/onap-oom/en/latest/oom_setup_kubernetes_rancher.html#onap-on-kubernetes-with-rancher

      1) Apply customization script for Control Plane VMs section:

      Missing below NFS server settings in openstack-k8s-controlnode.sh download script but they exists in the configuration file in the next step
      #nfs server
      sudo apt-get install nfs-kernel-server -y
      sudo mkdir -p /nfs_share
      sudo chown nobody:nogroup /nfs_share/
      
      Path of the file to be edited: 
      https://docs.onap.org/projects/onap-oom/en/latest/_downloads/a135a52a2ba1e79d56799dfe18d1c876/openstack-k8s-controlnode.sh
      

      2) Below steps missing before running rke up

      mv rke_linux-amd64 rke
      sudo chmod +x rke
      sudo mv ./rke /usr/local/bin/rke
      rke -version
      rke up <<<<<<<< currently its starts from this command
      

      3) Validate deployment section:

      This command mkdir -p ~/.kube neededĀ before running below:
      
      cp kube_config_cluster.yml ~/.kube/config.onap
      export KUBECONFIG=~/.kube/config.onap
      kubectl config use-context onap
      kubectl get nodes -o=wide
      

            Unassigned Unassigned
            ramagp ramagp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: