k3s/federation/cluster
Madhusudan.C.S c30afde32e Delete federation system namespace from all the federated clusters.
This is a big hammer. `kubefed join` creates federation-system namespace
in the joining clusters if they don't already exist. This namespace
usually exists in the host cluster and hence cannot be deleted while
unjoining. So in order to be safe, we don't delete the federation-system
namespace from any federated cluster while unjoining them. This causes
a problem in our test environment if certain resources are left in the
namespace. Therefore we are deleting all federation-system namespace in
all the clusters.
2017-06-04 21:26:42 -07:00
..
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
common.sh Delete federation system namespace from all the federated clusters. 2017-06-04 21:26:42 -07:00
federation-down.sh Log kubefed operations at log level 4 in our test environments. 2017-05-18 16:57:46 -07:00
federation-up.sh Log kubefed operations at log level 4 in our test environments. 2017-05-18 16:57:46 -07:00
log-dump.sh [Federation] Only attempt to log information about pods in federation/cluster/log-dump.sh if those pods exist. 2017-04-24 14:12:03 -07:00
template.go
upgrade.sh Add framework for federation upgrade tests 2017-03-11 01:39:56 +05:30