Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active October 24, 2025 12:30
Show Gist options
  • Select an option

  • Save gowatana/b08c4f099d611fcbe0160ed83034ce45 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/b08c4f099d611fcbe0160ed83034ce45 to your computer and use it in GitHub Desktop.
./nkp-repo/.bloodhound.yml
# Kubernetes versions
# (e.g. 1.33.0 - has to match versions in https://github.com/yannh/kubernetes-json-schema)
k8s_versions:
- 1.33.0
# paths to load (in that order)
paths:
- applications
# use strict validation (reject unknown fields in resources)
strict: true
# types to be skipped (e.g. certmanager.k8s.io/v1, or certmanager.k8s.io/v1/Certificate)
skip_types: []
# load additional CRDs (URLs of CRD yaml files)
additional_crds: []
# set values for substitution variables (e.g. ${releaseNamespace}) in the resources
substitution_vars:
releaseNamespace: kommander
workspaceNamespace: workspace
@gowatana
Copy link
Author

下記の投稿むけ。

NAI 2.4 の推論エンドポイントむけデモ アプリを NKP のカタログに登録してみる。
https://blog.ntnx.jp/entry/2025/10/24/212544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment