forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-get-cluster-simple.golden
More file actions
126 lines (122 loc) · 3.9 KB
/
test-get-cluster-simple.golden
File metadata and controls
126 lines (122 loc) · 3.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
ID 37567083-583a-447d-a971-4c1b6afe7e59
Type kapsule
Name cli-test-get-cluster
Status creating
Version 1.32.3
Region fr-par
OrganizationID fa1e3217-dc80-42ac-85c3-3f034b78b552
ProjectID fa1e3217-dc80-42ac-85c3-3f034b78b552
Cni cilium
Description -
ClusterURL https://37567083-583a-447d-a971-4c1b6afe7e59.api.k8s.fr-par.scw.cloud:6443
DNSWildcard *.37567083-583a-447d-a971-4c1b6afe7e59.nodes.k8s.fr-par.scw.cloud
CreatedAt few seconds ago
UpdatedAt few seconds ago
UpgradeAvailable true
PrivateNetworkID 9f82e794-e694-4c61-b146-5c6818657070
CommitmentEndsAt few seconds ago
ACLAvailable true
IamNodesGroupID -
NewImagesEnabled true
PodCidr 100.64.0.0/15
ServiceCidr 10.32.0.0/20
ServiceDNSIP 10.32.0.10
Autoscaler configuration:
ScaleDownDisabled false
ScaleDownDelayAfterAdd 10m
Estimator binpacking
Expander random
IgnoreDaemonsetsUtilization false
BalanceSimilarNodeGroups false
ExpendablePodsPriorityCutoff -10
ScaleDownUnneededTime 10m
ScaleDownUtilizationThreshold 0.5
MaxGracefulTerminationSec 600
Auto-upgrade settings:
Enabled false
MaintenanceWindow.StartHour 0
MaintenanceWindow.Day any
Open ID Connect configuration:
IssuerURL -
ClientID -
UsernameClaim -
UsernamePrefix -
GroupsPrefix -
Pools:
ID NAME STATUS VERSION NODE TYPE MIN SIZE SIZE MAX SIZE AUTOSCALING AUTOHEALING ZONE
ddd7f032-6040-4d3e-b3d6-470c28277cf1 default scaling 1.32.3 dev1_m 0 1 1 false false fr-par-1
🟩🟩🟩 JSON STDOUT 🟩🟩🟩
{
"id": "37567083-583a-447d-a971-4c1b6afe7e59",
"type": "kapsule",
"name": "cli-test-get-cluster",
"status": "creating",
"version": "1.32.3",
"region": "fr-par",
"organization_id": "fa1e3217-dc80-42ac-85c3-3f034b78b552",
"project_id": "fa1e3217-dc80-42ac-85c3-3f034b78b552",
"tags": [],
"cni": "cilium",
"description": "",
"cluster_url": "https://37567083-583a-447d-a971-4c1b6afe7e59.api.k8s.fr-par.scw.cloud:6443",
"dns_wildcard": "*.37567083-583a-447d-a971-4c1b6afe7e59.nodes.k8s.fr-par.scw.cloud",
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
"autoscaler_config": {
"scale_down_disabled": false,
"scale_down_delay_after_add": "10m",
"estimator": "binpacking",
"expander": "random",
"ignore_daemonsets_utilization": false,
"balance_similar_node_groups": false,
"expendable_pods_priority_cutoff": -10,
"scale_down_unneeded_time": "10m",
"scale_down_utilization_threshold": 0.5,
"max_graceful_termination_sec": 600
},
"auto_upgrade": {
"enabled": false,
"maintenance_window": {
"start_hour": 0,
"day": "any"
}
},
"upgrade_available": true,
"feature_gates": [],
"admission_plugins": [],
"open_id_connect_config": {
"issuer_url": "",
"client_id": "",
"username_claim": "",
"username_prefix": "",
"groups_claim": [],
"groups_prefix": "",
"required_claim": []
},
"apiserver_cert_sans": [],
"private_network_id": "9f82e794-e694-4c61-b146-5c6818657070",
"commitment_ends_at": "1970-01-01T00:00:00.0Z",
"acl_available": true,
"iam_nodes_group_id": "",
"new_images_enabled": true,
"pod_cidr": "100.64.0.0/15",
"service_cidr": "10.32.0.0/20",
"service_dns_ip": "10.32.0.10",
"pools": [
{
"id": "ddd7f032-6040-4d3e-b3d6-470c28277cf1",
"name": "default",
"status": "scaling",
"version": "1.32.3",
"node_type": "dev1_m",
"min_size": 0,
"size": 1,
"max_size": 1,
"autoscaling": false,
"autohealing": false,
"zone": "fr-par-1"
}
]
}