-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathhypershift-mce-agent-create-hostedcluster-ref.yaml
More file actions
63 lines (63 loc) · 2.47 KB
/
hypershift-mce-agent-create-hostedcluster-ref.yaml
File metadata and controls
63 lines (63 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
ref:
as: hypershift-mce-agent-create-hostedcluster
from: dev-scripts
cli: latest
env:
- name: MCE_VERSION
default: "2.4"
documentation: "version of the mce.(2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 2.10)"
- name: HYPERSHIFT_NETWORK_TYPE
default: "OVNKubernetes"
documentation: Specifies the cluster SDN provider.
- name: HYPERSHIFT_HC_RELEASE_IMAGE
default: ""
documentation: "Release image used for the HostedCluster. Empty by default it will use release:latest"
- name: DISCONNECTED
default: "false"
documentation: Should we work on top of a disconnected environment
- name: IP_STACK
default: v4
documentation: |-
Configures the IP_STACK for the devscripts cluster. The possible values are v4, v6 or
v4v6 for dual stack. The default is v4.
- name: ipv4_enabled
default: ""
documentation: "Enable IPv4 for the cluster (this only works for RDU2 clusters deployed with step-registry/baremetal)"
- name: ipv6_enabled
default: ""
documentation: "Enable IPv6 for the cluster (this only works for RDU2 clusters deployed with step-registry/baremetal)"
- name: AGENT_NAMESPACE
default: ""
documentation: "namespace of the agent. If the default is an empty string, it will be HOSTED_CONTROL_PLANE_NAMESPACE."
- name: OVERRIDE_CPO_IMAGE
default: ""
documentation: |-
Override the Control Plane Operator image for the HostedCluster. If empty, no override is applied.
E.g: quay.io/hypershift/control-plane-operator:latest
- name: MULTISTAGE_PARAM_OVERRIDE_OVERRIDE_CPO_IMAGE
documentation: |-
Optional. Used to override OVERRIDE_CPO_IMAGE, with higher priority than OVERRIDE_CPO_IMAGE.
When using the Gangway API, pass it as:
"pod_spec_options": {
"envs": {
"MULTISTAGE_PARAM_OVERRIDE_OVERRIDE_CPO_IMAGE": "quay.io/hypershift/control-plane-operator:latest"
}
}
default: ""
- name: EXTRA_ARGS
default: ""
documentation: "Extra args to pass to the create cluster agent command"
commands: hypershift-mce-agent-create-hostedcluster-commands.sh
grace_period: 5m0s
resources:
requests:
cpu: 100m
memory: 100Mi
timeout: 45m0s
dependencies:
- name: "release:latest"
env: HOSTEDCLUSTER_RELEASE_IMAGE_LATEST
- name: "release:latest"
env: NODEPOOL_RELEASE_IMAGE_LATEST
- name: hypershift-operator
env: HYPERSHIFT_RELEASE_LATEST