Kubernetes Cluster API Templates
Describes Kubernetes Cluster API template files in Oracle CNE.
Some Oracle CNE cluster providers use the Kubernetes Cluster API to provision and manage clusters. The default cluster settings create a useful cluster, but, it's likely that extra configuration might be required. To customize a deployment, you can generate, and edit a Kubernetes Cluster API template to use as a basis for the cluster. For more information on the Kubernetes Cluster API, see the upstream documentation.
The ocne cluster template
command is used to create a cluster template,
and uses the default configuration and any cluster configuration you set to generate the
template. Depending on the provider type, it might also fetch things such as compute
image OCIDs from the configured OCI compartment
automatically. The resulting YAML file contains the Cluster Resources for the Kubernetes
Cluster API to create a cluster, using all the configuration you have on the local
system. This template can be included as an option in a cluster configuration file and
used to create a cluster.