Replies: 2 comments 3 replies
-
Hi @sempex I think the controller-runtime maintainers would be the best ones to help on it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closing this one since no interactions were done anymore and the required info above was not provided. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello Everyone,
I am currently using EnvTest to write tests for my Operator, which I developed using controller-runtime and kubebuilder. The Operator uses a
client.Client
to create a Secret on a different Kubernetes cluster. This setup works fine with standard Kubernetes clusters. However, I wanted to test this system by setting up two EnvTest clusters.Unfortunately, I encountered the following error:
This error occurs when the Operator running on the first EnvTest cluster tries to create the Secret on the second EnvTest cluster. Is inter-cluster communication not possible with EnvTest?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions