openshift / service-serving-cert-signer

Archiving in favor of https://github.com/openshift/service-ca-operator
Apache License 2.0
13 stars 18 forks source link

Need CI that starts with a running kube cluster #8

Closed deads2k closed 5 years ago

deads2k commented 6 years ago

I need e2e tests that start with "here is a cluster-admin kubeconfig to a running kube-only cluster". oc cluster up --kube-only can do this today.

As a concrete test of it today, the first thing I would try is

oc cluster up --kube-only
oc auth reconcile -f install/serving-cert-signer/install-rbac.yaml
oc create -f manifests/v3.10.0/service-serving-cert-signer-controller/clusterrole.yaml
oc create -f manifests/v3.10.0/service-serving-cert-signer-controller/clusterrolebinding.yaml
oc apply -f install/serving-cert-signer/install.yaml

// TODO call a serial e2e suite

@stevekuznetsov what would it take to get that?

stevekuznetsov commented 6 years ago

/cc @smarterclayton

We will support this very soon. What's your timeline?

deads2k commented 6 years ago

/cc @smarterclayton

We will support this very soon. What's your timeline?

This week. I'm approaching a level of complexity that needs e2e.

stevekuznetsov commented 6 years ago

I think we can make that happen this week.

stevekuznetsov commented 6 years ago

@smarterclayton candidate for a project to move to ci-operator?

mrogers950 commented 5 years ago

We should close this issue, e2e testing will be done with ci-operator/origin conformance suite

stevekuznetsov commented 5 years ago

/close

openshift-ci-robot commented 5 years ago

@stevekuznetsov: Closing this issue.

In response to [this](https://github.com/openshift/service-serving-cert-signer/issues/8#issuecomment-435505046): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.