-
Couldn't load subscription status.
- Fork 42
docs to explain how the cluster-template can be edited #144
docs to explain how the cluster-template can be edited #144
Conversation
|
/kind docs |
|
@gianarb: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/kind documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice, let's help customers.
I found a few typos. One other thing is that this doc is standalone. There is no link to it, so no hint from the main page that you can get there. Maybe put a link to it?
Currently, there is not even a main page. I see them as a notes at this point that I hope we will figure out how to make together with the team |
|
There is a section "Generate Your Cluster Yaml" on the README. A single line from that you can modify and generate your own and here is a link to a page describing how would do it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one last type.
The workflow explained by cluster-api documentation and in our readme is the basic one. But you do not need to use the `clusterctl config cluster` command to get cluster spec you need to create your workload. You can write your own one or you can start from the template and modify it based on your need.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deitch, gianarb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The workflow explained by cluster-api documentation and in our readme is
the basic one.
But you do not need to use the
clusterctl config clustercommand toget cluster spec you need to create your workload.
You can write your own one or you can start from the template and modify
it based on your need.