generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #834 from kinvolk/jepio/flatcar-gen2
flatcar Azure gen2 images
- Loading branch information
Showing
5 changed files
with
33 additions
and
5 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VHD_TARGETS="ubuntu-1804 ubuntu-2004 centos-7 windows-2019 windows-2019-containerd windows-2022-containerd" | ||
SIG_TARGETS="ubuntu-1804 ubuntu-2004 centos-7 windows-2019 windows-2019-containerd windows-2022-containerd flatcar" | ||
SIG_GEN2_TARGETS="ubuntu-1804 ubuntu-2004 centos-7" | ||
SIG_GEN2_TARGETS="ubuntu-1804 ubuntu-2004 centos-7 flatcar" |
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,23 @@ | ||
{ | ||
"ansible_extra_vars": "ansible_python_interpreter=/opt/pypy/bin/pypy", | ||
"build_name": "flatcar-gen2", | ||
"crictl_source_type": "http", | ||
"distribution": "flatcar", | ||
"distribution_release": "{{env `FLATCAR_CHANNEL`}}", | ||
"distribution_version": "{{env `FLATCAR_CHANNEL`}}-{{env `FLATCAR_VERSION`}}", | ||
"image_offer": "flatcar-container-linux-free", | ||
"image_publisher": "kinvolk", | ||
"image_sku": "{{env `FLATCAR_CHANNEL`}}-gen2", | ||
"image_version": "{{env `FLATCAR_VERSION` }}", | ||
"kubernetes_cni_source_type": "http", | ||
"kubernetes_source_type": "http", | ||
"plan_image_offer": "{{user `image_offer`}}", | ||
"plan_image_publisher": "{{user `image_publisher`}}", | ||
"plan_image_sku": "{{user `image_sku`}}", | ||
"python_path": "/opt/pypy/site-packages", | ||
"root_device_name": "/dev/sda", | ||
"ssh_username": "core", | ||
"systemd_prefix": "/etc/systemd", | ||
"sysusr_prefix": "/opt", | ||
"sysusrlocal_prefix": "/opt" | ||
} |
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