Andreas Krüger
|
69749a5b7b
|
Merge pull request #3132 from mirwan/custom_audit_policy
Custom audit policy
|
6 years ago |
Andreas Krüger
|
b3e32c1393
|
Merge pull request #3094 from hedayat/master
Add --dns-loop-detect to dnsmasq used in kube-dns
|
6 years ago |
Erwan Miran
|
fc38b6d0ca
|
Ability to define custom audit polcy rules
|
6 years ago |
Erwan Miran
|
c34900e569
|
Define apiserver flags directly instead of relying on auditPolicy section in order to have the ability to redirect audit log to stdout with kubeadm
|
6 years ago |
Rong Zhang
|
855f2a55cb
|
Merge pull request #3135 from ishitatsuyuki/patch-1
Add bad hostname preflight check
|
6 years ago |
Rong Zhang
|
ea35e6be9b
|
Merge pull request #3139 from alvistack/cephfs-provisioner-v2.0.1-k8s1.11
cephfs-provisioner: Upgrade to v2.0.1-k8s1.11
|
6 years ago |
Wong Hoi Sing Edison
|
71fdc257bc
|
cephfs-provisioner: Upgrade to v2.0.1-k8s1.11
|
6 years ago |
Rong Zhang
|
fd16f77e20
|
Merge pull request #3017 from seungkyua/fix_kubeadm_client_conf
Fix kubeadm client conf
|
6 years ago |
Tatsuyuki Ishi
|
3eef8dc8d0
|
Add bad hostname preflight check
Hostname must be a valid DNS name, which is checked as https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go#L115
The situation I have encountered is that my hostname contained underscore which is disallowed and apiserver refused to start.
|
6 years ago |
rongzhang
|
59176ebbb9
|
Add kubeadm controlplaneEndpoint
Nginx LB(default)
Other LB by kubeadm controlplane
|
6 years ago |
Rong Zhang
|
3663061b38
|
Merge pull request #3137 from riverzhang/packages
Fix install nss
|
6 years ago |
rongzhang
|
b421d0ed5b
|
Fix install nss
|
6 years ago |
Rong Zhang
|
f7097fbe07
|
Merge pull request #3134 from riverzhang/image
Fix pull dns image error
|
6 years ago |
rongzhang
|
35efc387c4
|
Fix pull dns image error
|
6 years ago |
Rong Zhang
|
fb309ca446
|
Merge pull request #3128 from riverzhang/delete-kubeadm
Remove unused configuration
|
6 years ago |
Antoine Legrand
|
c833a8872b
|
Merge pull request #3131 from 3cky/patch-1
Fix k8s-dns-dnsmasq-nanny repo path
|
6 years ago |
Antoine Legrand
|
1d4f88eea8
|
Fix typo in image url
|
6 years ago |
Victor Antonovich
|
e9b8c8956d
|
Fix k8s-dns-dnsmasq-nanny repo path
|
6 years ago |
rongzhang
|
095ccef8bd
|
Remove unused configuration
|
6 years ago |
Rong Zhang
|
0df969ad19
|
Merge pull request #3117 from mirwan/audit_usecases
Audit support improvement
|
6 years ago |
Antoine Legrand
|
3e5b6a5481
|
Merge pull request #3105 from mirwan/remove_cilium_device_at_reset_plus_move_network_to_network_plugin_roles
Move network_plugin specific reset tasks to its role directory
|
6 years ago |
Antoine Legrand
|
3201f17058
|
Merge pull request #3119 from hoatle/improvements/ansible-ignored-patterns
add ignore_patterns to ansible.cfg
|
6 years ago |
Antoine Legrand
|
c36744e96d
|
Merge pull request #3120 from alvistack/cephfs-provisioner-v2.0.0-k8s1.11
cephfs-provisioner: Upgrade to v2.0.0-k8s1.11
|
6 years ago |
Antoine Legrand
|
e51c5dc0a6
|
Merge pull request #3123 from mathieuherbert/until-restart-etcd
add until option for etcd backup commands
|
6 years ago |
Antoine Legrand
|
d297b82e82
|
Merge pull request #3126 from LuckySB/etcd_restart_on_update
add etcd version to etcd environment file to trigger a reload
|
6 years ago |
Antoine Legrand
|
ca649b57e6
|
Merge pull request #1942 from jerrypeng/patch-1
SERIOUS Bug in download main.yml
|
6 years ago |
Antoine Legrand
|
2c587f9ea5
|
Merge pull request #2104 from xd007/multi-arch-support
add support for non-amd64 arch gcr.io images
|
6 years ago |
Erwan Miran
|
98b818bbaf
|
comply with ansible syntax consistency guideline
|
6 years ago |
Antoine Legrand
|
26bf719a02
|
Merge branch 'master' into multi-arch-support
|
6 years ago |
Antoine Legrand
|
7e37aa4aca
|
Merge pull request #2103 from xd007/docker_aarch64_pkg
Update docker package info for aarch64
|
6 years ago |
Sergey Bondarev
|
ce6854e726
|
add version to environment file
Trigger reboot handler when version upgrade during update script
|
6 years ago |
Antoine Legrand
|
ac49bbb336
|
Merge pull request #2168 from xd007/docker_arm64
fix docker opts incompatible running on aarch64 Redhat/Centos
|
6 years ago |
Antoine Legrand
|
b490231f59
|
Merge pull request #2025 from kubernetes-incubator/terraform-aws-inventory
contrib/terraform/aws: Make path to generated inventory configurable
|
6 years ago |
Antoine Legrand
|
6c7eabb53b
|
Merge pull request #2001 from b0r1sp/patch-3
Quote false and yes, otherwise they'll be transformed to 'False', 'Yes'
|
6 years ago |
Antoine Legrand
|
7a0f0126f7
|
Merge pull request #1295 from xuhuilong/master
fix curl get calico status error ( error in tls version, centos 7.3 1611)
|
6 years ago |
Mathieu Herbert
|
59d89a37cc
|
add until option for etcd backup commands
|
6 years ago |
Wong Hoi Sing Edison
|
1a07c87af7
|
cephfs-provisioner: Upgrade to v2.0.0-k8s1.11
Upstream Changes:
- cephfs-provisioner v2.0.0-k8s1.11 (https://github.com/kubernetes-incubator/external-storage/releases/tag/cephfs-provisioner-v2.0.0-k8s1.11)
- Update ClusterRole
Our Changes:
- Fix typo in defaults/main.yml (rs -> deploy)
- Manifests cleanup
|
6 years ago |
Seungkyu Ahn
|
29894293eb
|
Fix kubeadm client conf
Fix DiscoveryTokenCACertHashes key to discoveryTokenCACertHashes in kubeadm-client.conf
|
6 years ago |
Jonathan Craig
|
4d783fff0d
|
resolve issues with new cacert feature
|
6 years ago |
hoatle
|
a7a53d1f38
|
add ignore_patterns to ansible.cfg
To avoid warning message when artifacts is generated within
the inventory directory
|
6 years ago |
Erwan Miran
|
7f16b46ed5
|
Reset tasks specific to a network_plugin moved inside its role directory + Reset tasks specific to cilium
|
6 years ago |
Antoine Legrand
|
58ee5f1cc9
|
Merge pull request #3089 from mattymo/cloudconfig
Remove erroneous cloud-config task
|
6 years ago |
Antoine Legrand
|
bc844ca96e
|
Merge pull request #3079 from wikiselev/master
fix glusterfs ppa and glusterfs server command name errors
|
6 years ago |
Antoine Legrand
|
253dc4f606
|
Merge pull request #3114 from woopstar/coredns-1.2.0
Update CoreDNS to 1.2.0
|
6 years ago |
Antoine Legrand
|
b54ce3e66e
|
Merge pull request #3043 from jerryrelmore/patch-3
Update openstack.md
|
6 years ago |
Antoine Legrand
|
a642931422
|
Merge pull request #3019 from holmsten/terraform-ops-worker-groups
[contrib/terraform/openstack] Add supplementary node groups
|
6 years ago |
Antoine Legrand
|
2228f0dabc
|
Merge pull request #3116 from kubernetes-incubator/update-owners
Update OWNERS
|
6 years ago |
Antoine Legrand
|
a619dfb03e
|
Update OWNERS
|
6 years ago |
Erwan Miran
|
54548d3b95
|
kubeadm mounts the hostpaths itself
|
6 years ago |
Erwan Miran
|
58d4d65fab
|
minor variable fix and reuse + handle auditlog redirected to stdout
|
6 years ago |