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

Add templating for NodeClass tags #7516

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

sylr
Copy link
Contributor

@sylr sylr commented Dec 11, 2024

Fixes #7506

Description

Allowed properties:

  • ClusterName
  • NodePoolName
  • NodeClassName

E.G.: {{ .ClusterName }}/{{ .NodePoolName }}/{{ .NodeClassName}}

How was this change tested?

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

netlify bot commented Dec 11, 2024

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit cbf35a1
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/675d8038da6aa50009881c8b

Allowed properties:
- ClusterName
- NodePoolName
- NodeClassName

E.G.: `{{ .ClusterName }}/{{ .NodePoolName }}/{{ .NodeClassName}}`

Signed-off-by: Sylvain Rabot <[email protected]>
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.

Tag templating
2 participants