ansible-collections / kubernetes.core

The collection includes a variety of Ansible content to help automate the management of applications in Kubernetes and OpenShift clusters, as well as the provisioning and maintenance of clusters themselves.
Other
212 stars 134 forks source link

Noob-Question: Openshift 4.15 howto start ? #773

Open n00bsi opened 1 month ago

n00bsi commented 1 month ago

Hi, how to start ? Have a OpenShift Cluster. Got the .kube/config file. Wanna connect to the Cluster to get may be the Version, Pods etc. But is there no file Bundle to download and extract add the path to the kube-config file or user and password to run the frist action may be check the cluster_version ?

rabin-io commented 3 weeks ago

Simple as

export KUBECONFIG=~/.kube/config
oc get node
oc get clusterVersion