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/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Next, BootstrapProvider, ControlPlaneProvider and InfrastructureProvider can be
68
68
If provider requires variables to be set, a secret containing them has to be created and it has to be in the same namespace as the provider.
69
69
70
70
It's also recommended to include github-token in the secret. This token is used to fetch the provider repository and it is required for the provider to be installed.
71
-
Operator might exceed the rate limit of the github API without the token.
71
+
Operator might exceed the rate limit of the github API without the token. Similarly to [clusterctl](https://cluster-api.sigs.k8s.io/clusterctl/overview.html?highlight=github_token#avoiding-github-rate-limiting), the token need only `repo` scope.
0 commit comments