File tree 7 files changed +4
-20
lines changed
7 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ metadata:
22
22
app.kubernetes.io/component : logging
23
23
app.kubernetes.io/name : knative-serving
24
24
annotations :
25
- knative.dev/example-checksum : " 53fda05f "
25
+ knative.dev/example-checksum : " 9f25d429 "
26
26
data :
27
27
_example : |
28
28
################################
73
73
loglevel.webhook: "info"
74
74
loglevel.activator: "info"
75
75
loglevel.hpaautoscaler: "info"
76
- loglevel.net-certmanager-controller: "info"
77
76
loglevel.net-istio-controller: "info"
78
77
loglevel.net-contour-controller: "info"
79
78
loglevel.net-kourier-controller: "info"
File renamed without changes.
Original file line number Diff line number Diff line change 33
33
loglevel.activator : " debug"
34
34
loglevel.hpaautoscaler : " debug"
35
35
loglevel.net-istio-controller : " debug"
36
- loglevel.net-certmanager-controller : " debug"
37
36
loglevel.net-contour-controller : " debug"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -309,8 +309,8 @@ function install() {
309
309
YTT_FILES+=(" ${REPO_ROOT_DIR} /test/config/ytt/ingress/${ingress} " )
310
310
YTT_FILES+=(" ${REPO_ROOT_DIR} /test/config/ytt/certmanager/kapp-order.yaml" )
311
311
YTT_FILES+=(" ${REPO_ROOT_DIR} /test/config/ytt/certmanager/kapp-secret-upgrade.yaml" )
312
+ YTT_FILES+=(" ${REPO_ROOT_DIR} /test/config/ytt/certmanager/net-certmanager-config.yaml" )
312
313
YTT_FILES+=(" ${REPO_ROOT_DIR} /third_party/cert-manager-${CERT_MANAGER_VERSION} /cert-manager.yaml" )
313
- YTT_FILES+=(" ${REPO_ROOT_DIR} /third_party/cert-manager-${CERT_MANAGER_VERSION} /net-certmanager.yaml" )
314
314
315
315
if (( MESH )) ; then
316
316
YTT_FILES+=(" ${REPO_ROOT_DIR} /test/config/ytt/mesh" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function test_setup() {
42
42
kubectl apply -f third_party/cert-manager-latest/cert-manager.yaml || return 1
43
43
wait_until_pods_running cert-manager || return 1
44
44
45
- echo " >> Bringing up net-certmanager Controller "
45
+ echo " >> Bringing up serving controller with net-certmanager enabled "
46
46
ko apply -f config || return 1
47
47
echo " >> Waiting for Serving components to be running..."
48
48
wait_until_pods_running knative-serving || return 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ feature documentation.
5
5
6
6
# Prerequisites
7
7
* Have ` cert-manager ` installed
8
- * Have ` net- certmanager` installed
8
+ * Have the Knative certmanager integration enabled
9
9
* Upload test images with ` ./test/upload-test-images.sh `
10
10
* Enable ` external-domain-tls ` with ` kubectl patch cm config-network -n knative-serving -p '{"data":{"external-domain-tls": "enabled"}}' `
11
11
You can’t perform that action at this time.
0 commit comments