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
Update the machineHealthCheck and advance docs (#267)
Making the MHC a bit more clear which steps to run on specific
clusters. This should help make it a bit more clear for users.
Adding the setup heterogeneous cluster section to advanced. This
should allow users to see how to setup a mix workload windows/linux
cluster.
Copy file name to clipboardExpand all lines: docs/src/gs/advanced.md
+127-1Lines changed: 127 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,130 @@ go into error state, and the following error will show up in the CAPOCI pod logs
15
15
16
16
`OCI authentication credentials could not be retrieved from pod or cluster level,please install Cluster API Provider for OCI with OCI authentication credentials or set Cluster Identity in the OCICluster`
17
17
18
-
[cluster-identity]: ./multi-tenancy.md
18
+
## Setup heterogeneous cluster
19
+
20
+
> This section assumes you have [setup a Windows workload cluster][windows-cluster].
21
+
22
+
To add Linux nodes to the existing Windows workload cluster use the following YAML as a guide to provision
23
+
just the new Linux machines.
24
+
25
+
Create a file and call it `cluster-template-windows-calico-heterogeneous.yaml`. Then add the following:
After a few minutes the instances will come up and the CNI will be installed.
96
+
97
+
### Node constraints
98
+
99
+
All future deployments make sure to setup node constraints using something like [`nodeselctor`](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). Example:
0 commit comments