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
-`token_refresh` (Number) To force a refresh of the token, part of the connection command, increase the value of this field. The token is valid for 24 hours.
36
+
-`token_refresh` (Number) To force a refresh of the authentication token, part of the connection command and manifest, increase the value of this field. The token is valid for 24 hours.
37
37
38
38
### Read-Only
39
39
40
-
-`connection_command` (String) `kubectl` command which can be executed inside the EKS cluster to create a connection between the cluster and RSC. See setup_yaml for an alternative connection method.
40
+
-`connection_command` (String) Kubernetes `kubectl` command used to create a connection between the cluster and RSC. See `manifest` for an alternative connection method.
41
+
-`connection_command_executed` (Boolean) Whether the connection command has been executed or the manifest has been applied.
41
42
-`id` (String) RSC cluster ID (UUID).
42
-
-`setup_yaml` (String) K8s spec which can be passed to `kubectl apply` inside the EKS cluster to create a connection between the cluster and RSC. See connection_command for an alternative connection method.
43
+
-`manifest` (String) Kubernetes manifest which can be passed to `kubectl apply` to create a connection between the cluster and RSC. See `connection_command` for an alternative connection method.
44
+
-`setup_yaml` (String, Deprecated) Kubernetes manifest which can be passed to `kubectl apply` to create a connection between the cluster and RSC. See `connection_command` for an alternative connection method. **Deprecated:** use `manifest` instead.
0 commit comments