-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5185a8f
commit 8216ab9
Showing
9 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
tasks: | ||
- name: run | ||
actions: | ||
- description: Validate... | ||
cmd: "echo Replace Me" | ||
# wait: | ||
# cluster: | ||
- description: Wait for the metrics-server to be ready | ||
wait: | ||
cluster: | ||
kind: Deployment | ||
name: metrics-server | ||
namespace: metrics-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# image: | ||
# repository: registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server | ||
# tag: "v0.6.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
kind: ZarfPackageConfig | ||
metadata: | ||
name: example | ||
description: "Example description" | ||
name: uds-capability-metrics-server | ||
description: "UDS Metrics Server" | ||
url: https://github.com/kubernetes-sigs/metrics-server | ||
|
||
components: | ||
- name: test | ||
actions: | ||
onCreate: | ||
after: | ||
- cmd: echo "What can Doug do for you?" | ||
- name: metrics-server | ||
required: true | ||
charts: | ||
- name: metrics-server | ||
namespace: metrics-server | ||
url: https://kubernetes-sigs.github.io/metrics-server | ||
version: 3.11.0 | ||
valuesFiles: | ||
- "values/values.yaml" | ||
images: | ||
- registry.k8s.io/metrics-server/metrics-server:v0.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters