Skip to content

Commit

Permalink
Remove EtcdCluster from Trillian app.yaml
Browse files Browse the repository at this point in the history
The deployer does not wait for etcd-operator to install the CRD for
EtcdCluster before trying to use it, and so fails. Unfortunately, by
removing EtcdCluster from componentKinds, ownership information will not
be setup on the EtcdCluster and so it won't be uninstalled along with
Trillian.

GoogleCloudPlatform/marketplace-k8s-app-tools#303
tracks a feature request for supporting Kubernetes operators that install
a CRD.
  • Loading branch information
Rob Percival committed Feb 1, 2019
1 parent 78a26f4 commit 4fac5e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions k8s/trillian/manifest/app.yaml
Expand Up @@ -44,8 +44,6 @@ spec:
componentKinds:
- group: apps/v1
kind: Deployment
- group: etcd.database.coreos.com/v1beta2
kind: EtcdCluster
- group: v1
kind: ConfigMap
- group: v1
Expand Down

0 comments on commit 4fac5e9

Please sign in to comment.