kiranchavala commented on PR #458:
URL:
https://github.com/apache/cloudstack-documentation/pull/458#issuecomment-2915026817
> @nvazquez Should we add some images for:
>
> * Custom template registration - where `for CKS` is highlighted
>
> * CNI Configuration
> Thanks.
Yes, screenshots about registering cni userdata would be helpful
also sample kubectl commands to verify
```
root@cksclusteradditon-control-190ca0ce253:~# kubectl get pods -A
NAMESPACE NAME
READY STATUS RESTARTS AGE
kube-system calico-kube-controllers-8d76c5f9b-pkhcv
1/1 Running 6 (44m ago) 2d21h
kube-system calico-node-n4msg
1/1 Running 0 2d21h
kube-system calico-node-pdz2w
1/1 Running 0 2d18h
kube-system calico-node-slmg2
1/1 Running 0 2d21h
root@cksclusteradditon-control-190ca0ce253:~# kubectl get bgppeer
NAME AGE
bgp-peer-1 2d22h
root@cksclusteradditon-control-190ca0ce253:~# kubectl get bgpconfiguration
NAME AGE
default 2d22h
root@cksclusteradditon-control-190ca0ce253:~# kubectl describe
bgpconfiguration
Name: default
Namespace:
Labels: <none>
Annotations: <none>
API Version: crd.projectcalico.org/v1
Kind: BGPConfiguration
Metadata:
Creation Timestamp: 2024-07-19T08:25:14Z
Generation: 1
Resource Version: 580
UID: 2b927b4e-82d3-4200-a3c1-9bf0cd5f5824
Spec:
As Number: 65145
Log Severity Screen: Debug
Events: <none>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]