How to peer external cluster with local one? #2156
Replies: 1 comment
-
I had to use in-band. My mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to test simple "cloud bursting" case. I have local k8s KinD cluster (let's call it "liqo-main") and an external cluster on GKE (named "liqo-external"). I successfully deployed LIQO on both. Then I generated "peer command" using credentials for "liqo-external".
But when I want to peer the "liqo-external" cluster with 'liqo-main" using command (in context of "liqo-main")
(IP, LONG_ID and VERY_LOONG_TOKEN were skipped for brevity)
I receive errors:
Am I doing something wrong? I experimented with submariner but it didn't helped.
Simple question: how to provide "cloud bursting" to a local cluster (in this case installed using KinD) to the GKE-based K8s cluster using LIQO?
Best Regards,
Radek
Beta Was this translation helpful? Give feedback.
All reactions