-
Notifications
You must be signed in to change notification settings - Fork 615
📖 Reviewed and tested getting-started guide #5388
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
base: main
Are you sure you want to change the base?
📖 Reviewed and tested getting-started guide #5388
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
### Setup a Kubernetes Cluster for Management | ||
|
||
Cluster API requires a Kubernetes cluster ready and accessible via `kubectl`. During the installation process, this |
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.
Cluster API requires a Kubernetes cluster ready and accessible via `kubectl`. During the installation process, this | |
Cluster API requires a Kubernetes cluster ready and accessible via `kubectl`. During the installation process, |
### Setup a Kubernetes Cluster for Management | ||
|
||
Cluster API requires a Kubernetes cluster ready and accessible via `kubectl`. During the installation process, this | ||
Installing the Cluster API [provider components] will configure the Kubernetes cluster as a [management cluster]. It is recommended that this cluster be used exclusively to manage other clusters, isolating it from any application workload. |
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.
Installing the Cluster API [provider components] will configure the Kubernetes cluster as a [management cluster]. It is recommended that this cluster be used exclusively to manage other clusters, isolating it from any application workload. | |
installing the Cluster API [provider components] will configure the Kubernetes cluster as a [management cluster]. It is recommended that this cluster be used exclusively to manage other clusters, isolating it from any application workload. |
|
||
It is a common practice to create a temporary, local bootstrap cluster, which is then used to provision | ||
a target [management cluster] for the selected [infrastructure provider], especially for development. | ||
A reliable and secure Kubernetes cluster should be used for production use cases, with appropriate backup and disaster recovery policies and procedures in place. The management Kubernetes cluster must be at least version v1.20.0. |
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.
A reliable and secure Kubernetes cluster should be used for production use cases, with appropriate backup and disaster recovery policies and procedures in place. The management Kubernetes cluster must be at least version v1.20.0. | |
A reliable and secure Kubernetes cluster should be used for production use cases, with appropriate backup and disaster recovery policies and procedures in place. |
Installing Provider="cluster-api" Version="v1.0.0" TargetNamespace="capi-system" | ||
Installing Provider="bootstrap-kubeadm" Version="v1.0.0" TargetNamespace="capi-kubeadm-bootstrap-system" | ||
Installing Provider="control-plane-kubeadm" Version="v1.0.0" TargetNamespace="capi-kubeadm-control-plane-system" | ||
Installing Provider="infrastructure-docker" Version="v1.0.0" TargetNamespace="capd-system" |
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.
Wes should update this to show capa. Perhaps just replace capd with capa?
|
||
#### Troubleshooting load balancers | ||
If the default load balancer fails, using a network load balancer instead may solve the issue: | ||
In the `AWSCLuster` section of the manifests, add the `loadBalancerType` attribute like so: |
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.
In the `AWSCLuster` section of the manifests, add the `loadBalancerType` attribute like so: | |
In the `AWSCluster` section of the manifests, add the `loadBalancerType` attribute like so: |
@faermanj: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. 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-sigs/prow repository. |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Reviewed getting started guide for reliability and clarity:
Special notes for your reviewer:
Checklist:
Release note: