자격증/CKA

[CKA] Udemy Lightning Lab (3/7)

14ben 2024. 7. 24. 23:11
728x90
A kubeconfig file called admin.kubeconfig has been created in /root/CKA. 
There is something wrong with the configuration. Troubleshoot and fix it. 

- Fix /root/CKA/admin.kubeconfig

 

 

controlplane ~ ➜  k cluster-info 
Kubernetes control plane is running at https://controlplane:6443
CoreDNS is running at https://controlplane:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.

 

 

controlplane ~ ➜  vim /root/CKA/admin.kubeconfig 
...
..
.
    server: https://controlplane:6443
  name: kubernetes
contexts:
- context:
...
..
.
728x90

'자격증 > CKA' 카테고리의 다른 글

[CKA] Udemy Lightning Lab (5/7)  (0) 2024.07.25
[CKA] Udemy Lightning Lab (4/7)  (0) 2024.07.24
[CKA] Udemy Lightning Lab (2/7)  (2) 2024.07.22
[CKA] Udemy Lightning Lab (1/7)  (2) 2024.07.17
[CKA] Udemy 74. Static Pods  (0) 2024.07.13