Skip to content

docs: update composition getting started guide with yaml+cel example#1074

Merged
jbw976 merged 1 commit intocrossplane:masterfrom
jbw976:yaml-cel
Mar 19, 2026
Merged

docs: update composition getting started guide with yaml+cel example#1074
jbw976 merged 1 commit intocrossplane:masterfrom
jbw976:yaml-cel

Conversation

@jbw976
Copy link
Member

@jbw976 jbw976 commented Mar 18, 2026

This PR adds function-kro to the getting started with composition guide.

The example has been tested manually and the composed resources look healthy:

❯ k get pkg
NAME                                                         INSTALLED   HEALTHY   PACKAGE                                                     AGE
function.pkg.crossplane.io/crossplane-contrib-function-kro   True        True      xpkg.crossplane.io/crossplane-contrib/function-kro:v0.1.0   113s
❯ crossplane beta trace app.example.crossplane.io/my-app
NAME                                          SYNCED   READY   STATUS
App/my-app (default)                          True     True    Available
├─ Deployment/my-app-730ec43d11d3 (default)   -        -
└─ Service/my-app-43f18e329656 (default)      -        -
❯ kubectl get deploy,service -l example.crossplane.io/app=my-app
NAME                                  READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/my-app-730ec43d11d3   2/2     2            2           28s

NAME                          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
service/my-app-43f18e329656   ClusterIP   10.96.233.188   <none>        8080/TCP   28s
  • sync approved content to v2.2 content dir also

@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit 4fa236f
🔍 Latest deploy log https://app.netlify.com/projects/crossplane/deploys/69bba7f4a873410008b4ea3e
😎 Deploy Preview https://deploy-preview-1074--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: 91 (🔴 down 5 from production)
Accessibility: 90 (🔴 down 2 from production)
Best Practices: 92 (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 project configuration.

Copy link
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

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

Thanks - nice to add YAML + CEL

Signed-off-by: Jared Watts <jbw976@gmail.com>
@jbw976 jbw976 merged commit d58066f into crossplane:master Mar 19, 2026
7 checks passed
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