Skip to content

Commit

Permalink
Merge pull request #355 from ovh/doc-kube-reorder
Browse files Browse the repository at this point in the history
Doc kube: reorder and fix the list of attributes
  • Loading branch information
scraly authored Jan 4, 2023
2 parents 7b82639 + 58d22e1 commit 3e14b1c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions website/docs/r/cloud_project_kube.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The following arguments are supported:
* enabled - (Optional) Array of admission plugins enabled, default is ["NodeRestriction","AlwaysPulImages"] and only these admission plugins can be enabled at this time.
* disabled - (Optional) Array of admission plugins disabled, default is [] and only AlwaysPulImages can be disabled at this time.

* `private_network_id` - (Optional) OpenStack private network ID to use.
* `private_network_id` - (Optional) OpenStack private network (or vrack) ID to use.
Changing this value delete the resource(including ETCD user data). Defaults - not use private network.

~> __WARNING__ Updating the private network ID resets the cluster so that all user data is deleted.
Expand All @@ -145,19 +145,22 @@ The following arguments are supported:

The following attributes are exported:

* `id` - Managed Kubernetes Service ID
* `service_name` - See Argument Reference above.
* `name` - See Argument Reference above.
* `region` - See Argument Reference above.
* `version` - See Argument Reference above.
* `private_network_id` - OpenStack private network (or vrack) ID to use.
* `control_plane_is_up_to_date` - True if control-plane is up to date.
* `id` - Managed Kubernetes Service ID
* `is_up_to_date` - True if all nodes and control-plane are up to date.
* `kubeconfig` - The kubeconfig file. Use this file to connect to your kubernetes cluster.
* `name` - See Argument Reference above.
* `next_upgrade_versions` - Kubernetes versions available for upgrade.
* `nodes_url` - Cluster nodes URL.
* `private_network_configuration` - See Argument Reference above.
* `private_network_id` - See Argument Reference above.
* `region` - See Argument Reference above.
* `service_name` - See Argument Reference above.
* `status` - Cluster status. Should be normally set to 'READY'.
* `update_policy` - See Argument Reference above.
* `url` - Management URL of your cluster.
* `kubeconfig` - The kubeconfig file. Use this file to connect to your kubernetes cluster.
* `version` - See Argument Reference above.
* `customization` - See Argument Reference above.

## Import

Expand Down

0 comments on commit 3e14b1c

Please sign in to comment.