There is a step in the Authorize CNRM for each project section, from the Management cluster setup documentation, to "Set the managed project" as follows:
kpt cfg set ./instance managed-project ${MANAGED-PROJECT}
As I understood, this ${MANAGED-PROJECT} value must be set manually.
Wouldn't it be better to set this value in the make set-values command, along with the other variables?
Issue-Label Bot is automatically applying the labels:
| Label | Probability |
| ------------- | ------------- |
| platform/gcp | 0.55 |
| kind/bug | 0.82 |
| area/docs | 1.00 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I think similar to kubeflow/gcp-blueprints#137 we want to get rid of the make set-values rule. Users should just use kpt cfg set to set values.
Looks like we already got rid of set-values
https://github.com/kubeflow/gcp-blueprints/blob/master/management/Makefile
It looks like we will need to update the docs in 1.2.
Good to know. Thank you @jlewi.
I'm closing this issue. Feel free to reopen if you want to.
Most helpful comment
Looks like we already got rid of
set-valueshttps://github.com/kubeflow/gcp-blueprints/blob/master/management/Makefile
It looks like we will need to update the docs in 1.2.