Versions Compared

Key

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

...

OSDescriptionStatusLinks
OSXMInikube on VMWare Fusionminikube VM not restartablehttps://github.com/kubernetes/minikube
RHEL 7.3Redhat Kubernetesservices deploy, but pod IP's not reachable, likely my missing 2 networks (public, onap_oam)https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/getting_started_with_kubernetes/
Ubuntu 16.04RancherIssues registering with controller rest endpointhttp://rancher.com/docs/rancher/v1.5/en/quick-start-guide/
CoreOSOn Vagrant (Thanks Yves)in-progress

https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html

Implement OSX fix for Vagrant 1.9.6 https://github.com/mitchellh/vagrant/issues/7747






CoreOS

(Yves alerted me to this)

https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html

Implement OSX fix for Vagrant 1.9.6 https://github.com/mitchellh/vagrant/issues/7747

curl -O https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/darwin/amd64/kubectl

chmod +x kubectl

skipped (mv kubectl /usr/local/bin/kubectl) - already there

ls /usr/local/bin/kubectl 

git clone https://github.com/coreos/coreos-kubernetes.git

cd coreos-kubernetes/single-node/

vagrant box update

sudo ln -sf /usr/local/bin/openssl /opt/vagrant/embedded/bin/openssl

vagrant up

export KUBECONFIG="${KUBECONFIG}:$(pwd)/kubeconfig"

kubectl config use-context vagrant-single

kubectl cluster-info

kubectl config set-cluster vagrant-single-cluster --server=https://172.17.4.99:443 --certificate-authority=${PWD}/ssl/ca.pem

kubectl get nodes

git clone ssh://michaelobrien@gerrit.onap.org:29418/oom

cd oom/kubernetes/oneclick/

./createAll.bash -n onap

kubectl cluster-info


Ubuntu 16.04 Install Session

...