Skip to content

Commit

Permalink
Add all 0.17.x eventing and serving manifests into the release-0.17 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Oct 5, 2020
1 parent 2950367 commit 249861a
Show file tree
Hide file tree
Showing 17 changed files with 19,249 additions and 0 deletions.
2,303 changes: 2,303 additions & 0 deletions cmd/operator/kodata/knative-eventing/0.17.4/1-eventing-crds.yaml

Large diffs are not rendered by default.

4,096 changes: 4,096 additions & 0 deletions cmd/operator/kodata/knative-eventing/0.17.4/2-eventing-core.yaml

Large diffs are not rendered by default.

583 changes: 583 additions & 0 deletions cmd/operator/kodata/knative-eventing/0.17.4/3-in-memory-channel.yaml

Large diffs are not rendered by default.

605 changes: 605 additions & 0 deletions cmd/operator/kodata/knative-eventing/0.17.4/4-mt-channel-broker.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Copyright 2019 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: apps/v1
kind: Deployment
metadata:
name: sugar-controller
namespace: knative-eventing
labels:
eventing.knative.dev/release: "v0.17.4"
spec:
replicas: 1
selector:
matchLabels: &labels
eventing.knative.dev/role: sugar-controller
template:
metadata:
labels: *labels
spec:
serviceAccountName: eventing-controller
containers:
- name: controller
image: gcr.io/knative-releases/knative.dev/eventing/cmd/sugar_controller@sha256:c6c4660ba73711cda20e00602f9230cd4382980ce01f5135fcf6522315713d05
env:
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: METRICS_DOMAIN
value: knative.dev/sugar-controller
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
ports:
- name: metrics
containerPort: 9090
- name: profiling
containerPort: 8008

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: batch/v1
kind: Job
metadata:
name: v0.17.0-pingsource-cleanup
namespace: knative-eventing
labels:
eventing.knative.dev/release: "v0.17.4"
spec:
ttlSecondsAfterFinished: 600
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
spec:
serviceAccountName: eventing-controller
restartPolicy: Never
containers:
- name: pingsource
image: gcr.io/knative-releases/knative.dev/eventing/cmd/v0.17/pingsource-cleanup@sha256:71e4f6893fce045d5716ff6e83edd0026c23293f7e8fd67e6585df67301a10f1
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace

# Note the following ENVVAR settings exist:
# SYSTEM_NAMESPACE - the namespace of the control plane, defaults to knative-eventing
# DRY_RUN - a flag to run the script without deleting or updating, defaults to false.

---
2,303 changes: 2,303 additions & 0 deletions cmd/operator/kodata/knative-eventing/0.17.5/1-eventing-crds.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 249861a

Please sign in to comment.