You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/contracts/clusterctl.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ A provider url should be in the form
131
131
* The components YAML, the metadata YAML and eventually the workload cluster templates are included into the same package version
132
132
133
133
See the [GitLab docs](https://docs.gitlab.com/ee/user/packages/generic_packages/) for more information
134
-
about how to create a generic package.
134
+
about how to create a generic package.
135
135
136
136
If you are hosting a private Gitlab repository, you can use a [personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) or [project access token](https://docs.gitlab.com/user/project/settings/project_access_tokens.html) to access the provider artifacts by adding the `gitlab-access-token` variable to the `clusterctl` configuration in order to authenticate against the GitLab API.
Please visit the [Metal3 project][Metal3 provider].
707
707
708
+
{{#/tab }}
709
+
{{#tab metal-stack}}
710
+
711
+
```bash
712
+
clusterctl init --infrastructure metal-stack
713
+
```
714
+
715
+
Please follow the Cluster API Provider for [metal-stack Getting Started Guide](https://metal-stack.io/docs/references/cluster-api-provider-metal-stack#getting-started)
716
+
708
717
{{#/tab }}
709
718
{{#tab Nutanix}}
710
719
@@ -911,7 +920,7 @@ before configuring a cluster with Cluster API. Instructions are provided for com
911
920
Otherwise, you can look at the `clusterctl generate cluster` [command][clusterctl generate cluster] documentation for details about how to
912
921
discover the list of variables required by a cluster templates.
Please visit the [metal-stack getting started guide](https://metal-stack.io/docs/references/cluster-api-provider-metal-stack#getting-started) for more details.
0 commit comments