Revisions of kubernetes-salt

Containers Team's avatar Containers Team (containersteam) committed (revision 237)
new commit from concourse: Commit 843a9a4 by Jordi Massaguer Pla jmassaguerpla@suse.de
 update version to 4.0.0+dev
Containers Team's avatar Containers Team (containersteam) committed (revision 236)
new commit from concourse: Commit 8388498 by Alvaro Saurin alvaro.saurin@gmail.com
 Try to resist existent data in the mine
 
 https://bugzilla.suse.com/show_bug.cgi?id=1091361
 
 bsc#1091361
buildservice-autocommit accepted request 603698 from Containers Team's avatar Containers Team (containersteam) (revision 235)
baserev update by copy to link target
Containers Team's avatar Containers Team (containersteam) committed (revision 234)
new commit from concourse: Commit 0294ed9 by Alvaro Saurin alvaro.saurin@gmail.com
 Do not try to use the mine when we can get the same information with a
 module.
 
 (cherry picked from commit dfd3b8a6a65c7d969466b09a1f20536a525ae42a)
 
 bsc#1091077
Containers Team's avatar Containers Team (containersteam) committed (revision 233)
new commit from concourse: Commit 17e9533 by Kiall Mac Innes kiall@macinnes.ie
 Harden the waiting for CRI socket to become active
 
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Allow more time for the CRI socket to become active - 20 seconds
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Explicitly fail if the socket does not become active within this
 time.
 
 Related to bsc#1091419
Containers Team's avatar Containers Team (containersteam) committed (revision 232)
new commit from concourse: Commit c03b41d by Alvaro Saurin alvaro.saurin@gmail.com
 Retry the `wait_for_http` when waiting for the API server. Use the same
 cleanup.post-orchestration that tyhe forces removal uses. Some other removal
 orchestration fixes and improvements.
 
 feature#node_removal
Containers Team's avatar Containers Team (containersteam) committed (revision 231)
new commit from concourse: Commit 03242db by Kiall Mac Innes kiall@macinnes.ie
 Fix caasp_etcd.get_member_id error handling
 
 caasp_etcd.get_member_id was referencing a variable that doesn't exist.
buildservice-autocommit accepted request 601903 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 230)
baserev update by copy to link target
Containers Team's avatar Containers Team (containersteam) committed (revision 229)
new commit from concourse: Commit c3b81a6 by Flavio Castelli fcastelli@suse.com
 Ensure swap is disabled before kubelet is started
 
 We have to ensure the swap state is executed before the kubelet service is
 started, otherwise kubelt won't run and this will lead to issues like the
 ones causing bsc#1090337
 
 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Containers Team's avatar Containers Team (containersteam) committed (revision 228)
new commit from concourse: Commit 24bea3d by Nirmoy Das ndas@suse.de
 cni: add cilium as alternate to flannel plugin
Containers Team's avatar Containers Team (containersteam) committed (revision 227)
new commit from concourse: Commit 1fd2a98 by Alvaro Saurin alvaro.saurin@gmail.com
 Remove leftover file
 
 feature#node_removal
buildservice-autocommit accepted request 600111 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 226)
baserev update by copy to link target
Containers Team's avatar Containers Team (containersteam) committed (revision 225)
new commit from concourse: Commit e1b9c75 by Kiall Mac Innes kiall@macinnes.ie
 Update tiller tag to 2.8.2
 
 This matches the tag used in the updated image via SR#162727.
Containers Team's avatar Containers Team (containersteam) committed (revision 224)
new commit from concourse: Commit 3e70e4f by Alvaro Saurin alvaro.saurin@gmail.com
 Use get_with_expr()
 
 feature#node_removal
 
 Commit b4d09dd by Alvaro Saurin alvaro.saurin@gmail.com
 Convert integers in the pillar to real integers. Unit tests for the
 get_pillar() function.
 
 See https://trello.com/c/O7daOErL
 
 feature#node_removal
 
 Commit 0d65d79 by Alvaro Saurin alvaro.saurin@gmail.com
 Fix: do not include the current node in the list
 of endpoints when adding a new member. Unit tests for the etcd modoule.
 
 See https://trello.com/c/O7daOErL
 
 feature#node_removal
 
 Commit 399f7ea by Alvaro Saurin alvaro.saurin@gmail.com
 Try to resist unresponsive nodes when removing a node.
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz the replacement will not be chosen from
 the unresponsive nodes
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz affected nodes will exclude them too. Possibility to skip any action on
 the target (with the `skip` pillar), so we can remove unresponsive targets
 while still looking for replacements.
 
 See https://trello.com/c/O7daOErL
 
 feature#node_removal
Containers Team's avatar Containers Team (containersteam) committed (revision 223)
new commit from concourse: Commit f80f752 by Alvaro Saurin alvaro.saurin@gmail.com
 Don't to remove some things that are not so important.
 
 feature#node_removal
Containers Team's avatar Containers Team (containersteam) committed (revision 222)
new commit from concourse: Commit 44798f4 by Rafael Fernández López ereslibre@ereslibre.es
 Use `expr_form` instead of `tgt_type` until we update salt
 
 This is producing an error on our current salt version:
 
 `Rendering SLS 'base:cleanup.remove-post-orchestration' failed: Jinja
 error: get()
 got an unexpected keyword argument 'tgt_type'`
 
 Go back to using `expr_form` until we update.
 
 feature#deployment-stability
Containers Team's avatar Containers Team (containersteam) committed (revision 221)
new commit from concourse: Commit 352e4f5 by Rafael Fernández López ereslibre@ereslibre.es
 Always remove the "we are removing a machine" grain from the cluster
 
 Even if the `removal` orchestration has failed, we want to remove this grain
 from the cluster, or the subsequent `etc-hosts` orchestrations won't be
 executed if a removal failed.
 
 feature#deployment-stability
Containers Team's avatar Containers Team (containersteam) committed (revision 220)
new commit from concourse: Commit f2190ca by Alvaro Saurin alvaro.saurin@gmail.com
 Instead of running things on the forced-removal orchestration, move actions
 to SLS files (so they can be shared with the regular removal orchestration).
 
 feature#node_removal
Containers Team's avatar Containers Team (containersteam) committed (revision 219)
new commit from concourse: Commit 6d5dcda by Federico Ceratto federico.ceratto@suse.de
 Stop using __opts__ and os_data()
 
 bsc#1087115
Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) committed (revision 218)
fix changelog
Displaying revisions 141 - 160 of 377
openSUSE Build Service is sponsored by