kubectl
, helm
, and
other tools needed to perform installation and administration tasks.
Command: helm version
:
kubectl version
:
kubectl get nodes -o=jsonpath="{range .items[*]}{.metadata.name}{'\t'}{.status.capacity.cpu}{'\t'}{.status.capacity.memory}{'\n'}{end}"
:
kubectl describe namespace <NAMESPACE>
:
kubectl describe sa <SERVICEACCOUNT>
:
anyuid
scc, however the restricted
scc can also be used, as long as the uid
range is known.
Command: oc describe scc <SCC_NAME>
:
ClusterRole
resource associated with the
service account has the necessary permissions to facilitate
installation and operation.
Command: kubectl describe clusterrole <CR_NAME>
:
kubectl get nodes -o=jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.spec.taints[*].key}{"\n"}{end}'
anaconda-storage
volume.
Command: kubectl describe pvc anaconda-storage
:
anaconda-persistence
volume.
Command: “kubectl describe pvc anaconda-persistence`:
anaconda.example.com
as a stand-in for this choice. Please include this domain name in your checklist output.
ingressClassName
value have been identified. Please
include both the IP address ingress class name in your checklist output.
anaconda.example.com
and
*.anaconda.example.com
have been created, pointing to the IP
address of the ingress controller.
Command: ping test.anaconda.example.com
:
anaconda.example.com
and
*.anaconda.example.com
has been created. The public and
private keys for the main certificate, as well as the full
public certificate chain, are accessible from the administration server.
Please share the public certificate chain in your checklist output.
kubectl get secret -n <NAMESPACE> <PULL_SECRET_NAME>