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

Adding kubernetes-provider quickstart #853

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cccsss01
Copy link

No description provided.

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit c4ce6f3
🔍 Latest deploy log https://app.netlify.com/sites/crossplane/deploys/6784a8f2b078e1000809f257
😎 Deploy Preview https://deploy-preview-853--crossplane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 83 (🟢 up 13 from production)
Accessibility: 90 (🔴 down 2 from production)
Best Practices: 83 (no change from production)
SEO: 100 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

cccsss01 and others added 2 commits January 12, 2025 23:47

## Install the Kubernetes provider

Install the Azure Network resource provider into the Kubernetes cluster with a Kubernetes configuration
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Install the Azure Network resource provider into the Kubernetes cluster with a Kubernetes configuration
Install the Kubernetes provider into the Kubernetes cluster with a Kubernetes configuration

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-azure-network
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
name: provider-azure-network
name: provider-kubernetes

metadata:
name: provider-kubernetes
EOF
---
Copy link
Collaborator

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?

name: cluster-admin
apiGroup: rbac.authorization.k8s.io
EOF
---
Copy link
Collaborator

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?

```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-kubernetes True True xpkg.upbound.io/upbound/provider-azure-network:v1.16.0 38s
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
provider-kubernetes True True xpkg.upbound.io/upbound/provider-azure-network:v1.16.0 38s
provider-kubernetes True True xpkg.upbound.io/upbound/provider-kubernetes:v1.16.2 38s

metadata:
name: provider-azure-network
spec:
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.2

@@ -0,0 +1,243 @@
---
title: KubeAdm Quickstart
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
title: KubeAdm Quickstart
title: Kubernetes Provider Quickstart

Comment on lines +38 to +49
```yaml
cat <<EOF | kubectl apply -f -
apiVersion: pkg.crossplane.io/v1beta1
kind: DeploymentRuntimeConfig
metadata:
name: provider-kubernetes
spec:
serviceAccountTemplate:
metadata:
name: provider-kubernetes
EOF
---
Copy link
Collaborator

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?

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.

2 participants