1

I have used a week trying to setup Knative automatically enabling tls on Google Kubernetes Engine.

It simply does not work!!!

Now I just found this and I am reluctant to totally obfuscate everything.

Could this be blocking existing kubernetes(GKE)?

gcloud run domain-mappings describe --domain=mydomain.com                                                                                                                       2 ↵
Please choose a target platform:
 [1] Cloud Run (fully managed)
 [2] Cloud Run for Anthos deployed on Google Cloud
 [3] Cloud Run for Anthos deployed on VMware
 [4] cancel

And if I choose number two, will it open up for https?

Chris G.
  • 23,930
  • 48
  • 177
  • 302
  • 1
    There's nothing "blocking" here. You're just supposed to specify `--platform=gke`, or otherwise it's asking you which "cloud run" you mean. I recommend you give it a try. `describe` is not a destructive action. – ahmet alp balkan Feb 27 '20 at 20:25
  • 1
    @AhmetB-Google Does the Cloud Run addon is required for allowing the Cloud Run command API to access to the cluster? Or installing simply Knative is enough ? – guillaume blaquiere Feb 27 '20 at 21:35
  • 1
    Self-installed Knative is not recognized by gcloud (or Cloud Console). You need to use the addon. – ahmet alp balkan Feb 28 '20 at 02:04

0 Answers0