gitlab-org--gitlab-foss/spec/lib/gitlab/kubernetes
Dylan Griffith 6a66e4a1f1 Don't remove failed install pods
We want to keep failed install pods around so that it is easier to debug
why a failure occured. With this change we also need to ensure that we
remove a previous pod with the same name before installing so that
re-install does not fail.

Another change here is that we no longer need to catch errors from
delete_pod! in CheckInstallationProgressService as we now catch the
ResourceNotFoundError in Helm::Api. The catch statement in
CheckInstallationProgressService was also probably too broad before and
should have been narrowed down simply to ResourceNotFoundError.
2018-11-27 12:54:32 +01:00
..
helm Don't remove failed install pods 2018-11-27 12:54:32 +01:00
cluster_role_binding_spec.rb
config_map_spec.rb
kube_client_spec.rb Add knative client to kubeclient library 2018-11-15 11:39:43 +00:00
namespace_spec.rb Show HTTP response code for Kubernetes errors 2018-11-13 12:46:01 +00:00
role_binding_spec.rb Incorporates Kubernetes Namespace into Cluster's flow 2018-11-02 15:46:15 +00:00
service_account_spec.rb
service_account_token_spec.rb Teach GitLab how to create Secret of type ServiceAccountToken 2018-09-14 16:26:51 +12:00