1+ #
2+ # LICENSE START
3+ #
4+ # Copyright (c) NVIDIA CORPORATION. All rights reserved.
5+ #
6+ # Licensed under the Apache License, Version 2.0 (the "License");
7+ # you may not use this file except in compliance with the License.
8+ # You may obtain a copy of the License at
9+ #
10+ # http://www.apache.org/licenses/LICENSE-2.0
11+ #
12+ # Unless required by applicable law or agreed to in writing, software
13+ # distributed under the License is distributed on an "AS IS" BASIS,
14+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ # See the License for the specific language governing permissions and
16+ # limitations under the License.
17+ #
18+ # LICENSE END
19+ #
20+
21+ ---
22+ kind : Pod
23+ apiVersion : v1
24+ metadata :
25+ namespace : skyhook
26+ labels :
27+ skyhook.nvidia.com/name : depends-on
28+ skyhook.nvidia.com/package : aa-fast-1.2.3
29+ annotations :
30+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
31+ {
32+ " name " : " aa-fast" ,
33+ " version " : " 1.2.3" ,
34+ " skyhook " : " depends-on" ,
35+ " stage " : " apply" ,
36+ " image " : " ghcr.io/nvidia/skyhook/agentless"
37+ }
38+ ---
39+ kind : Pod
40+ apiVersion : v1
41+ metadata :
42+ namespace : skyhook
43+ labels :
44+ skyhook.nvidia.com/name : depends-on
45+ skyhook.nvidia.com/package : bb-slow-1.2
46+ annotations :
47+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
48+ {
49+ " name " : " bb-slow" ,
50+ " version " : " 1.2" ,
51+ " skyhook " : " depends-on" ,
52+ " stage " : " apply" ,
53+ " image " : " ghcr.io/nvidia/skyhook/agentless"
54+ }
55+ ---
56+ kind : Pod
57+ apiVersion : v1
58+ metadata :
59+ namespace : skyhook
60+ labels :
61+ skyhook.nvidia.com/name : depends-on
62+ skyhook.nvidia.com/package : aa-fast-1.2.3
63+ annotations :
64+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
65+ {
66+ " name " : " aa-fast" ,
67+ " version " : " 1.2.3" ,
68+ " skyhook " : " depends-on" ,
69+ " stage " : " config" ,
70+ " image " : " ghcr.io/nvidia/skyhook/agentless"
71+ }
72+ ---
73+ kind : Pod
74+ apiVersion : v1
75+ metadata :
76+ namespace : skyhook
77+ labels :
78+ skyhook.nvidia.com/name : depends-on
79+ skyhook.nvidia.com/package : bb-slow-1.2
80+ annotations :
81+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
82+ {
83+ " name " : " bb-slow" ,
84+ " version " : " 1.2" ,
85+ " skyhook " : " depends-on" ,
86+ " stage " : " config" ,
87+ " image " : " ghcr.io/nvidia/skyhook/agentless"
88+ }
89+ ---
90+ kind : Pod
91+ apiVersion : v1
92+ metadata :
93+ namespace : skyhook
94+ labels :
95+ skyhook.nvidia.com/name : depends-on
96+ skyhook.nvidia.com/package : cc-last-5.4.3
97+ annotations :
98+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
99+ {
100+ " name " : " cc-last" ,
101+ " version " : " 5.4.3" ,
102+ " skyhook " : " depends-on" ,
103+ " stage " : " apply" ,
104+ " image " : " ghcr.io/nvidia/skyhook/agentless"
105+ }
106+ ---
107+ kind : Pod
108+ apiVersion : v1
109+ metadata :
110+ namespace : skyhook
111+ labels :
112+ skyhook.nvidia.com/name : depends-on
113+ skyhook.nvidia.com/package : cc-last-5.4.3
114+ annotations :
115+ ("skyhook.nvidia.com/package" && parse_json("skyhook.nvidia.com/package")) :
116+ {
117+ " name " : " cc-last" ,
118+ " version " : " 5.4.3" ,
119+ " skyhook " : " depends-on" ,
120+ " stage " : " config" ,
121+ " image " : " ghcr.io/nvidia/skyhook/agentless"
122+ }
123+ ---
124+ apiVersion : skyhook.nvidia.com/v1alpha1
125+ kind : Skyhook
126+ metadata :
127+ name : depends-on
128+ status :
129+ status : complete
130+ nodeState :
131+ (values(@)) :
132+ - aa-fast|1.2.3 :
133+ image : ghcr.io/nvidia/skyhook/agentless
134+ name : aa-fast
135+ stage : config
136+ state : complete
137+ version : 1.2.3
138+ bb-slow|1.2 :
139+ image : ghcr.io/nvidia/skyhook/agentless
140+ name : bb-slow
141+ stage : config
142+ state : complete
143+ version : " 1.2"
144+ cc-last|5.4.3 :
145+ image : ghcr.io/nvidia/skyhook/agentless
146+ name : cc-last
147+ stage : config
148+ state : complete
149+ version : 5.4.3
150+ nodeStatus :
151+ # grab values should be one and is complete
152+ (values(@)) :
153+ - complete
0 commit comments