Skip to content

Commit

Permalink
Add preemptible nodes creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeytarasovpa committed Aug 12, 2024
1 parent 22631bc commit 6e635c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ node_ocpus | If node_shape is Flex then you can define OCPUS.
node_memory | If node_shape is Flex then you can define Memory.
node_linux_version | Node Oracle Linux Version.
node_count | Number of Nodes in the Pool.
node_pool_type_preemptible | If true, creates preemptible nodes
pods_cidr | K8S PODs CIDR
services_cidr | K8S Services CIDR
cluster_options_add_ons_is_kubernetes_dashboard_enabled | If you want to set cluster_options_add_ons_is_kubernetes_dashboard_enabled to TRUE.
cluster_options_add_ons_is_tiller_enabled | If you want to use Tiller then you need to set the value to TRUE.
node_pool_initial_node_labels_key | You can pass here node_pool_initial_node_labels_key.
node_pool_initial_node_labels_value | You can pass here node_pool_initial_node_labels_value.
ssh_public_key | If you want to use your own SSH public key instead of generated onne by the module.

0 comments on commit 6e635c2

Please sign in to comment.