Skip to content
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

[DNM] docs: adding instructions for fleet #19

Closed
wants to merge 18 commits into from
Closed

[DNM] docs: adding instructions for fleet #19

wants to merge 18 commits into from

Conversation

richardcase
Copy link
Contributor

@richardcase richardcase commented Sep 13, 2023

This adds instruction for using fleet.

Fixes: #6

@richardcase richardcase marked this pull request as ready for review September 14, 2023 13:18
@richardcase richardcase changed the title [WIP] docs: adding instructions for fleet docs: adding instructions for fleet Sep 14, 2023
Danil-Grigorev
Danil-Grigorev previously approved these changes Sep 18, 2023
docs/getting-started/create-first-cluster/using_fleet.md Outdated Show resolved Hide resolved
docs/getting-started/create-first-cluster/using_fleet.md Outdated Show resolved Hide resolved
docs/getting-started/create-first-cluster/using_fleet.md Outdated Show resolved Hide resolved
docs/getting-started/create-first-cluster/using_fleet.md Outdated Show resolved Hide resolved

> The **fleet.yaml** is used to specify configuration options for fleet (see [docs](https://fleet.rancher.io/ref-fleet-yaml) for further details). In this instance its declaring that the cluster definitions should be added to the **default** namespace
After the described steps there will be a repository created structure similar to the example: https://github.com/rancher-sandbox/rancher-turtles-fleet-example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a new line

docs/getting-started/create-first-cluster/using_fleet.md Outdated Show resolved Hide resolved
richardcase and others added 16 commits September 18, 2023 19:10
Signed-off-by: Richard Case <[email protected]>
Signed-off-by: Furkat Gofurov <[email protected]>
- Add secrions for the CAPI operator installation as a dependency

Signed-off-by: Danil Grigorev <[email protected]>
Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase changed the title docs: adding instructions for fleet [DNM] docs: adding instructions for fleet Sep 18, 2023
@richardcase richardcase marked this pull request as draft September 18, 2023 17:14
## Create your cluster definition

The **clusterctl** CLI can be used to generate the YAML for a cluster. When you run `clusterctl generate cluster` command is run, it will connect to the management cluster to see what infrastructure providers have been installed. Also, it will take care of replacing any tokens in the chosen template (a.k.a flavour) with values from environment variables.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the part of figuring out what infrastructure providers are installed true in case of using CAPI operator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes i believe it is.

@richardcase
Copy link
Contributor Author

Closing in favour of #22 as i mucked up the commit history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting started guide - Fleet
5 participants