You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep things in sync here, I had a call with @kfirtoledo offline, and it looks like manually installing the operator from github repo works, but somehow using the clusterlink CLI doesn't start the operator pod. Once the operator pod starts, clusterlink deploy peer had problems starting the control plane and data plane pods, each had a different problem. Control plane was listening on a default port lower than 1024, so on a more strict platform like OCP, it doesn't have enough privilege, and after Kfir changed it to a higher port number, that problem was solve. The data plane pod, on the other hand, had a problem accessing a cert via a K8s secret. It wasn't entirely clear to me what was the root cause.
Describe the bug
Following the iperf tutorial, after running this command:
I am expecting the clusterlink dataplane and controlplane pods will be started from the creation of this CR:
But I don't see anything in this namespace:
The text was updated successfully, but these errors were encountered: