This is a cross post from this issue
After applying the -boostrap.yaml for the relay-agent onto clusters that I want to import, the agent is not able to connect to Paralus to register clusters. I did some debugging and found that it was not Okta, but the relay application with this problem.
The certificate generated for SSL was created following the Deploy ClusterIssuer and Certificate Objects with cert-manager.
Expected vs actual behavior
Steps to reproduce the bug
- Deploy Paralus
- Enable SSL
- Try to import another cluster following the instructions in the Paralus Console
Are you using the latest version of the project?
- chart version: ztka-0.2.4
- app version: v0.2.3
What is your environment setup? Please tell us your cloud provider, operating system, and include the output of kubectl version --output=yaml and helm version. Any other information that you have, eg. logs and custom values, is highly appreciated!
(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
- Before adding the certificate I was able to import other clusters and use the kubectl terminal, perhaps the registration function(s) cannot communicate over HTTPS?
This is a cross post from this issue
After applying the -boostrap.yaml for the relay-agent onto clusters that I want to import, the agent is not able to connect to Paralus to register clusters. I did some debugging and found that it was not Okta, but the relay application with this problem.
The certificate generated for SSL was created following the Deploy ClusterIssuer and Certificate Objects with cert-manager.
Expected vs actual behavior
Expect
SUCCESSFULwhen viewing the clusters in a projectActual
Method not allowed[POST /v2/sentry/bootstrap/{templateToken}/register][501] Bootstrap_RegisterBootstrapAgent default &{Code:12 Details:[] Message:Method Not Allowed}cluster registration stuck pending and Cluster Connection status reads
FAILURESteps to reproduce the bug
Are you using the latest version of the project?
What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yamlandhelm version. Any other information that you have, eg. logs and custom values, is highly appreciated!(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here