-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix multinode CI, fix review comments
- Loading branch information
Showing
6 changed files
with
51 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Generated from Kapitan target ci | ||
|
||
calico_endpoint_to_host_action: ACCEPT | ||
calico_ipip_mode: Never | ||
calico_network_backend: bird | ||
calico_vxlan_mode: Never | ||
containerd_use_config_path: true | ||
dns_etchosts: '{{ ansible_default_ipv4.address }} {{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} hub.{{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} jupyter.{{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} prefect.{{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} ray.{{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} registry.{{ ingress_domain }} | ||
{{ ansible_default_ipv4.address }} s3.{{ ingress_domain }} | ||
' | ||
download_container: false | ||
ingress_domain: localtest.me | ||
kube_pods_subnet: 192.168.128.0/18 | ||
kube_service_addresses: 192.168.64.0/18 | ||
ntp_enabled: true | ||
ntp_manage_config: true | ||
vm_mode: true | ||
|
||
# Overwrite default Terraform variables. Keeping this for compatibility with the older installation | ||
# method. New method uses a dedicated terraform.tfvars file instead. | ||
# For a complete list of variables and their default values see x1/terraform/variables.tf. | ||
# Note that this variable is deprecated, use a generated "terraform.tfvars.json" instead. | ||
terraform_tfvars: | | ||
ingress_domain = "localtest.me" | ||
prefect_api_url = "http://prefect.localtest.me/api" | ||
jupyterhub_pre_puller_enabled = false | ||
prometheus_enabled = false | ||
kubernetes_dashboard_enabled = false | ||
use_node_ip_for_user_ports = true | ||
use_external_node_ip_for_user_ports = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters