Spencer Smith
d1a02bd3e9
match kubespray-defaults dns mode with k8s-cluster setting
7 years ago
Vladimir Kozyrev
e26be9cb8a
add private dns server for a specific zone
7 years ago
Kevin Jing Qiu
a742d10c54
Allow calico ipPool to be created with mode "cross-subnet"
7 years ago
Hans Kristian Flaatten
38f5d1b18e
Set kubedns minimum replicas to 2
7 years ago
Abdelsalam Abbas
5f75d4c099
Uncodron Masters which have scheduling Enabled
7 years ago
Amit Kumar Jaiswal
319a0d65af
Update kubelet.j2
Updated with closing endif.
7 years ago
Amit Kumar Jaiswal
3d2680a102
Update kubelet.j2
Updated!
7 years ago
Amit Kumar Jaiswal
c36fb5919a
Update kubelet.j2
Updated!!
7 years ago
Amit Kumar Jaiswal
46d3f4369e
Updated K8s version
Signed-off-by: Amit Kumar Jaiswal <amitkumarj441@gmail.com>
7 years ago
Martin Joehren
c2b3920b50
added flag for not populating inventory entries to etc hosts file
7 years ago
Anton Nerozya
c8258171ca
Better naming for recurrent tasks
7 years ago
tanshanshan
007ee0da8e
fix reset
7 years ago
Chad Swenson
8467bce2a6
Fix inconsistent kubedns version and parameterize kubedns autoscaler image vars
7 years ago
gdmelloatpoints
3123502f4c
move `etcd_backup_prefix` to new home.
7 years ago
vincent gromakowski
17d54cffbb
add six package to bootstrap role
7 years ago
Seungkyu Ahn
d5516a4ca9
Make kubedns up to date
Update kube-dns version to 1.14.2
https://github.com/kubernetes/kubernetes/pull/45684
7 years ago
gdmelloatpoints
4ba237c5d8
Make etcd_backup_prefix configurable. Ensures that backups can be stored on a different location other than ${HOST}/var/backups, say an EBS volume on AWS.
7 years ago
jwfang
ec2255764a
docker_dns_servers_strict to control docker_dns_servers rtrim
7 years ago
Abdelsalam Abbas
1a8e92c922
Fixing cordoning condition that cause fail for upgrading the cluster
7 years ago
AtzeDeVries
61b74f9a5b
updated to direct control over ipip
7 years ago
AtzeDeVries
7332679678
Give more control over IPIP, but with same default behaviour
7 years ago
Seungkyu Ahn
91dff61008
Fixed helm bash complete
7 years ago
Spencer Smith
8203383c03
rename almost all mentions of kargo
7 years ago
Gregory Storme
fff0aec720
add configurable parameter for etcd_auto_compaction_retention
7 years ago
Gregory Storme
266ca9318d
Use the kube_apiserver_insecure_port variable instead of static 8080
7 years ago
Brad Beam
db3e8edacd
Fixing up vault variables
7 years ago
Brad Beam
6e41634295
Set default value for kube_hyperkube_image_repo
Fixes #1334
7 years ago
Spencer Smith
01c0ab4f06
check if cloud_provider is defined
7 years ago
Spencer Smith
56b86bbfca
inventory hostname for cordoning/uncordoning
7 years ago
Spencer Smith
7e2aafcc76
add direct path for cert in AWS with RHEL family
7 years ago
Justin Hunthrop
af55e179c7
adding --skip-exists flag for peer_with_router
7 years ago
zouyee
d47fce6ce7
upgrade k8s version to 1.6.4
7 years ago
Josh Lothian
7ae5785447
Removed the other unused handler
With live-restore: true, we don't need a special docker restart
7 years ago
Josh Lothian
ef8d3f684f
Remove unused handler
Previous patch removed the step that sets live-restore
back to false, so don't try to notify that handler any more
7 years ago
Matthew Mosesohn
cc6e3d14ce
Add host-based kubelet deployment
Kubelet gets copied from hyperkube container and run locally.
7 years ago
Josh Lothian
6f67367b57
Leave 'live-restore' false
Leave live-restore false to updates always pick
up new network configuration
7 years ago
Josh Lothian
9ee0600a7f
Update handler names and explanation
7 years ago
Josh Lothian
30cc7c847e
Reconfigure docker restart behavior on atomic
Before restarting docker, instruct it to kill running
containers when it restarts.
Needs a second docker restart after we restore the original
behavior, otherwise the next time docker is restarted by
an operator, it will unexpectedly bring down all running
containers.
7 years ago
Josh Lothian
a5bb24b886
Fix docker restart in atomic
In atomic, containers are left running when docker is restarted.
When docker is restarted after the flannel config is put in place,
the docker0 interface isn't re-IPed because docker sees the running
containers and won't update the previous config.
This patch kills all the running containers after docker is stopped.
We can't simply `docker stop` the running containers, as they respawn
before we've got a chance to stop the docker daemon, so we need to
use runc to do this after dockerd is stopped.
7 years ago
Brad Beam
b999ee60aa
Fixing typo in kubelet cluster-dns and cluster-domain flags
7 years ago
Brad Beam
85afd3ef14
Removing old sysv reference
7 years ago
Spencer Smith
1907030d89
issue raw yum command since we don't have facts in bootstrapping
7 years ago
Spencer Smith
efa2dff681
remove conditional
7 years ago
Spencer Smith
31a7b7d24e
default to kubedns and set nxdomain in kubedns deployment if that's the dns_mode
7 years ago
moss2k13
791ea89b88
Updated helm installation
Added full path for helm
7 years ago
Spencer Smith
0afbc19ffb
ensure the /etc/os-release is mounted read only
7 years ago
Spencer Smith
ac9290f985
add for rkt as well
7 years ago
Brad Beam
a133ba1998
Updating calico to v2.1.4
7 years ago
Spencer Smith
5657738f7e
mount os-release to ensure the node's OS is what's seen in k8s api
7 years ago
Aleksandr Didenko
883ba7aa90
Add support for different tags for netcheck containers
Replace 'netcheck_tag' with 'netcheck_version' and add additional
'netcheck_server_tag' and 'netcheck_agent_tag' config options to
provide ability to use different tags for server and agent
containers.
7 years ago