-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the installation process on gcp is not clear #2273
Comments
Now we have a similar documentation about AKS. We should align both docs. Most important changes that should be made in the GCP documentation:
|
Another issue I found: installation to gke still refers to There is currently no documentation for the right parameters for a cluster in GKE. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions. |
It is already done. |
Description
In the documentation for the installation process in GCP (https://github.com/kyma-project/kyma/blob/master/docs/kyma/docs/032-inst-gke-installation.md#dns-setup) we have:
The value for
DOMAIN
is hard to guess. We suggest that this is a subdomain, but in our scripts SUBDOMAIN usually means just the prefix: https://github.com/kyma-project/test-infra/blob/master/prow/scripts/cluster-integration/kyma-gke-integration.sh#L245.To make it easier we should provide an example:
and change
DNS_NAME
toYOUR_DNS_NAME
.Additionally, the DNS_ZONE "must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes", so the suggested value containing dash is needed as well.
Expected result
The description should clearly suggest what kind of value is expected
Actual result
The SUBDOMAIN may suggest that only the cluster name is required
The text was updated successfully, but these errors were encountered: