Guidance on running and testing operator locally #170
-
Do you have any guidance on running and testing an operator locally? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hum... now that you mention it. I did not describe this in the documentation. But it's fairly simple: As an example: I use it with docker desktop kubernets. Then I point the context of the kubeconfig to the docker cluster and run the operator. |
Beta Was this translation helpful? Give feedback.
-
I created this YT video, hopefully, it helps :D |
Beta Was this translation helpful? Give feedback.
Hum... now that you mention it. I did not describe this in the documentation.
But it's fairly simple:
Create a
KubeConfig
locally that points to a cluster, and when you run the operator viadotnet run
or your favorite IDE, it connects to the configured cluster in the kube-config.As an example: I use it with docker desktop kubernets. Then I point the context of the kubeconfig to the docker cluster and run the operator.