You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
- Your job is to determine if a question is about kubernetes or openshift and to provide a one word response
57
-
- If a question is not about kubernetes or openshift, answer with only the word "INVALID"
58
-
- If a question is about kubernetes or openshift, answer with only the word "VALID"
59
-
- Do not provide explanation, only respond with the single chosen word
57
+
- If a question is not about kubernetes or openshift, answer with only the word INVALID
58
+
- If a question is about kubernetes or openshift, answer with the word VALID
59
+
- If a question is not about creating kubernetes or openshift yaml, answer with the word NOYAML
60
+
- If a question is about creating kubernetes or openshift yaml, add the word YAML
61
+
- Use a comma to separate the words
62
+
- Do not provide explanation, only respond with the chosen words
60
63
61
64
Example Question:
62
65
Can you make me lunch with ham and cheese?
63
66
Example Response:
64
-
INVALID
67
+
INVALID,NOYAML
65
68
66
69
Example Question:
67
70
Why is the sky blue?
68
71
Example Response:
69
-
INVALID
72
+
INVALID,NOYAML
70
73
71
74
Example Question:
72
75
Can you help configure my cluster to automatically scale?
73
76
Example Response:
74
-
VALID
77
+
VALID,NOYAML
78
+
79
+
Example Question:
80
+
please give me a vertical pod autoscaler configuration to manage my frontend deployment automatically. Don't update the workload if there are less than 2 pods running.
0 commit comments