c12s-kubespray/contrib
Kenichi Omichi 8f44cd35d8
Fix how to get image ID on offline deployment (#7808)
Previously IDs of container images were gotten from tar files of container
images but that way was wrong. If multiple json files are contained in a
tar file, the script got multiple IDs and tried to pass these IDs on
`docker tag` command. Then the command was failed.

This updates the script to get image IDs from `docker image inspect` command
to fix this issue.
In addition, this adds a check a registry container exists already or not
before deploying registry container to avoid a container conflict failure.
2021-07-26 00:56:33 -07:00
..
aws_iam Added Missing AWS IAM Profiles and Policies 2017-03-03 15:30:07 +01:00
aws_inventory Clean up extra spaces of kubespray-aws-inventory.py (#7774) 2021-07-08 01:32:53 -07:00
azurerm Move to Ansible 3.4.0 (#7672) 2021-07-12 00:00:47 -07:00
dind Move to Ansible 3.4.0 (#7672) 2021-07-12 00:00:47 -07:00
inventory_builder Rename ansible groups to use _ instead of - (#7552) 2021-04-29 05:20:50 -07:00
kvm-setup Move to Ansible 3.4.0 (#7672) 2021-07-12 00:00:47 -07:00
misc update rbac.authorization.k8s.io to non deprecated api-groups (#5517) 2020-04-14 13:14:04 -07:00
network-storage Move to Ansible 3.4.0 (#7672) 2021-07-12 00:00:47 -07:00
offline Fix how to get image ID on offline deployment (#7808) 2021-07-26 00:56:33 -07:00
os-services Add contrib playbook to disable service firewall (#7431) 2021-05-18 06:45:30 -07:00
packaging/rpm Update link for kubepsray project (#7758) 2021-07-05 01:12:55 -07:00
terraform fix(misc): contrib/terraform/aws (#7818) 2021-07-23 02:43:16 -07:00