Configuration-setup steps
Confluence link: Link Quick Start guide: Link Steps in Summary OS version check cat /etc/os-release Proxy Settings echo $http_proxy Add following proxy details in /etc/environment file http_proxy= " http://www-proxy.us.oracle.com:80 " https_proxy= " http://www-proxy.us.oracle.com:80 " ftp_proxy= " http://www-proxy.us.oracle.com:80 " Check for Python version python --version sudo yum install python36-oci-cli oci --version install oci-cli sudo bash curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh | sh kubectl version install kubernetes if above doesn't fetch infor sudo bash # cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=https: //packages .cloud.google.com /yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https: //packages .cloud.google.com /yum/doc/yum-key .gpg https: //packages .cloud.google.com /yum/doc/rpm-package-key .gpg EOF # ...