- Nov 18, 2019
-
-
Yumo Yang authored
-
- Nov 14, 2019
-
-
Matthew Mosesohn authored
Change-Id: I68a962a9dd28c83ef07eaeaf53eb98287f38bca9
-
- Nov 11, 2019
-
-
LuciferInLove authored
-
Matthew Mosesohn authored
Change-Id: I298496e55a6889c158b2085fcadeda5e679a873e
-
Jacopo Secchiero authored
-
Michée lengronne authored
It hopefully ensures the usability of Kubespray as pip.
-
Bjoern Teipel authored
Since upgrading k8s beyond 1.16.0 version, helm init does no longer work with helm < 2.16.0 due to https://github.com/helm/helm/issues/6374 This PR closes issue #5331
-
Julien Pervillé authored
-
Florent Monbillard authored
| Kubernetes Version | cri-tools Version | |--------------------|-------------------| | 1.16.x | v1.16.0 | | 1.15.X | v1.15.0 | | 1.14.X | v1.14.0 | | 1.13.X | v1.13.0 | | 1.12.X | v1.12.0 | | 1.11.X | v1.11.1 | - Upgrade to cri-tools 1.16.1 - Add checksums for cri-tools 1.16.1
-
YichenWong authored
-
Quentin Gliech authored
-
Johannes Scheuermann authored
-
Junho Suh authored
-
holmesb authored
-
Dmitry Chusovitin authored
-
- Nov 09, 2019
-
-
Matthew Mosesohn authored
It will be enabled correctly in downloads Change-Id: Ief0b7aa2a8ee2ba6a6849820802f8542584b2c04 Related-story: PRODX-1171
-
- Nov 07, 2019
-
-
Michael Shen authored
-
- Nov 06, 2019
-
-
Matthew Mosesohn authored
Change-Id: I54d706f7941b4b86c4c6cd45340295577155b884
-
Matthew Mosesohn authored
Change-Id: If3e253a40782e03cde7fc4a91493517ae31fda17
-
- Nov 05, 2019
-
-
Matthew Mosesohn authored
Change-Id: I128b0f9c1acbb956d9a6c4e5510b45a36e296af7
-
- Nov 01, 2019
-
-
Ali Sanhaji authored
* Deploy Cinder CSI driver to provision volumes over OpenStack * Deploy Cinder CSI StorageClass * Cinder CSI doc
-
- Oct 30, 2019
-
-
Pierre Ozoux authored
-
Samina Fu authored
-
Matthew Mosesohn authored
Change-Id: If965cc6aa0daaca232dcf2ca0efd649aa097497f
-
Matthew Mosesohn authored
Change-Id: I87844b43b9a18064e7a99567ce57c1ca1ffcc4a8
-
- Oct 29, 2019
-
-
Eric Lake authored
* Update parsing of terraform state file for 0.12.12 * Resource does not seem to have a module element but instead has provider * Return the boolean right way if it is already a bool since a bool does not have an lower method * Remove the setting of ansible_ssh_user to root for all Packet Not all servers in packet are accessed as root by default. CoreOS systems use the `core` user. Removing this allows the user to specify the remote user with an extra_var or in an ansible.cfg file. * Default to root user for packet devices except on CoreOS * Update TF_VERSION for packet in tf-validate-packet Update TV_VERSION to 0.12.12 for gitlab-ci tf-validate-packet tests * convert packet terraform files to TV_VERSION 4 * initalize terraform before copying the variable file to the top level dir
-
- Oct 28, 2019
-
-
Matthew Mosesohn authored
Change-Id: Iad27b107860213759c7ae51f0891d7e5e7c6d96b
-
- Oct 25, 2019
-
-
Matthew Mosesohn authored
Change-Id: I23116efefe8626d361d1904fc6fb8448f66cf3c5
-
Ludovic Muller authored
-
- Oct 17, 2019
-
-
Matthew Mosesohn authored
* Generate TLS certs for calico typha Change-Id: I3883f49c124c52d0fc5b900ca2b44e4e2ed0d707 * Add group vars note Change-Id: I63550dfef616e884efdbd42010a90b2c04c5eb69
-
Sergey authored
-
Sergey authored
check on all cluster node - kubelet_max_pods <= (2 ** (32 - kube_network_node_prefix | int)) - 2 (#5279)
-
Sergey authored
* download container always been on download_delegate host * fix also check pull required
-
Michael Oglesby authored
Kubespray Pull Request #5084 (https://github.com/kubernetes-sigs/kubespray/pull/5084) caused more problems than it solved due to limitations with the synchronize module. See comments on Kubespray Issues #5059 (https://github.com/kubernetes-sigs/kubespray/issues/5059) and #5116 (https://github.com/kubernetes-sigs/kubespray/issues/5116). Details from Ansible documentation: "Currently, synchronize is limited to elevating permissions via passwordless sudo. This is because rsync itself is connecting to the remote machine and rsync doesn’t give us a way to pass sudo credentials in. ... Currently there are only a few connection types which support synchronize (ssh, paramiko, local, and docker) because a sync strategy has been determined for those connection types. Note that the connection for these must not need a password as rsync itself is making the connection and rsync does not provide us a way to pass a password to the connection. ..." Thus, reverting Pull Request #5084.
-
yelhouti authored
-
Sean Sube authored
-
Matthew Rapa authored
-
YichenWong authored
-
Matthew Mosesohn authored
* Add support for restart handlers for control plane on crio/containerd Change-Id: I8343cc4e9df7f55b732628ed01cc6e7ea5dcee85 * Update main.yml
-
Hugo Blom authored
* Add support for Kubernetes 1.16.1 * Defaults to 1.16.1 * add 1.16.2 checksums and set new version as default * correct 1.16.2 checksums and add 1.15.5 checksums
-