Website: "MANAGED-PROJECT" not set in "Management cluster setup" documentation

Created on 8 Oct 2020  路  4Comments  路  Source: kubeflow/website

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?

aredocs kinbug platforgcp

Most helpful comment

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings