Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Conversation

@houshengbo
Copy link

@houshengbo houshengbo commented Nov 14, 2019

Proposed Changes

  • This PR will fix the issue with missing config-logging or config-observability.

Release Note


Copy link
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

I have tested the branch and did publish the image to my docker.io account.

Next I did update the operator.yaml file, using my pushed image
now I did remove the config-* files from the config/ folder, and did a k apply -f config/

The operator did start...

now doing:

cat <<-EOF | kubectl apply -f -
apiVersion: v1
kind: Namespace
metadata:
 name: knative-serving
---
apiVersion: operator.knative.dev/v1alpha1
kind: KnativeServing
metadata:
  name: knative-serving
  namespace: knative-serving
spec:
  config:
    defaults:
      revision-timeout-seconds: "300"  # 5 minutes
    autoscaler:
      stable-window: "60s"
    deployment:
      registriesSkippingTagResolving: "ko.local,dev.local"
    logging:
      loglevel.controller: "debug"
EOF

I did get kn-serving installed and running

@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: houshengbo, matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot merged commit 9e27064 into knative:master Nov 14, 2019
garron added a commit to garron/serving-operator that referenced this pull request Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants