-
Notifications
You must be signed in to change notification settings - Fork 118
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
Adding kubernetes-provider quickstart #853
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Cory Sherman <[email protected]>
Signed-off-by: Cory Sherman <[email protected]>
metadata: | ||
name: provider-kubernetes | ||
EOF | ||
--- |
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.
missing closing code block? or maybe one too much?
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.
I don't quite know, this is what got it to work
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.
The triple backtick to close the code block in markdown.
name: cluster-admin | ||
apiGroup: rbac.authorization.k8s.io | ||
EOF | ||
--- |
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.
missing close code block here too?
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.
I don't understand
metadata: | ||
name: provider-azure-network | ||
spec: | ||
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.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.
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0 | |
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.2 |
```yaml | ||
cat <<EOF | kubectl apply -f - | ||
apiVersion: pkg.crossplane.io/v1beta1 | ||
kind: DeploymentRuntimeConfig | ||
metadata: | ||
name: provider-kubernetes | ||
spec: | ||
serviceAccountTemplate: | ||
metadata: | ||
name: provider-kubernetes | ||
EOF | ||
--- |
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.
🤔 looks we are missing a story here. What's going on? should the section Create a ProviderConfig
below be dropped?
Co-authored-by: Philippe Scorsolini <[email protected]>
Co-authored-by: Philippe Scorsolini <[email protected]>
Co-authored-by: Philippe Scorsolini <[email protected]>
Co-authored-by: Philippe Scorsolini <[email protected]>
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.
I'm not sure what you're asking for but this all works.
metadata: | ||
name: provider-kubernetes | ||
EOF | ||
--- |
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.
I don't quite know, this is what got it to work
name: cluster-admin | ||
apiGroup: rbac.authorization.k8s.io | ||
EOF | ||
--- |
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.
I don't understand
No description provided.