Skip to content

Instantly share code, notes, and snippets.

@navidshaikh
Last active August 3, 2020 18:29
Show Gist options
  • Save navidshaikh/cdb5474394f17c24929f7d1e442e6ab2 to your computer and use it in GitHub Desktop.
Save navidshaikh/cdb5474394f17c24929f7d1e442e6ab2 to your computer and use it in GitHub Desktop.
- apiVersion: serving.knative.dev/v1
kind: Route
metadata:
annotations:
serving.knative.dev/creator: [email protected]
serving.knative.dev/lastModifier: [email protected]
creationTimestamp: "2020-07-31T05:10:16Z"
finalizers:
- routes.serving.knative.dev
generation: 1
labels:
serving.knative.dev/service: hello
name: hello
namespace: kne2esmoketests
ownerReferences:
- apiVersion: serving.knative.dev/v1
blockOwnerDeletion: true
controller: true
kind: Service
name: hello
uid: be387c7c-95cf-434b-9f1e-21a7089736de
resourceVersion: "5150"
selfLink: /apis/serving.knative.dev/v1/namespaces/kne2esmoketests/routes/hello
uid: 43fad5da-f485-4df1-95bd-8545e7d636b5
spec:
traffic:
- configurationName: hello
latestRevision: true
percent: 100
status:
address:
url: http://hello.kne2esmoketests.svc.cluster.local
conditions:
- lastTransitionTime: "2020-07-31T05:10:41Z"
status: "True"
type: AllTrafficAssigned
- lastTransitionTime: "2020-07-31T05:10:41Z"
message: autoTLS is not enabled
reason: TLSNotEnabled
status: "True"
type: CertificateProvisioned
- lastTransitionTime: "2020-07-31T05:10:41Z"
message: Ingress has not yet been reconciled.
reason: IngressNotConfigured
status: Unknown
type: IngressReady
- lastTransitionTime: "2020-07-31T05:10:41Z"
message: Ingress has not yet been reconciled.
reason: IngressNotConfigured
status: Unknown
type: Ready
observedGeneration: 1
traffic:
- latestRevision: true
percent: 100
revisionName: hello-mxpsy-1
url: http://hello.kne2esmoketests.example.com
---
apiVersion: v1
items:
- apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
serving.knative.dev/creator: [email protected]
serving.knative.dev/lastModifier: [email protected]
creationTimestamp: "2020-07-31T05:10:16Z"
generation: 1
name: hello
namespace: kne2esmoketests
resourceVersion: "5151"
selfLink: /apis/serving.knative.dev/v1/namespaces/kne2esmoketests/services/hello
uid: be387c7c-95cf-434b-9f1e-21a7089736de
spec:
template:
metadata:
annotations:
client.knative.dev/user-image: gcr.io/knative-samples/helloworld-go
creationTimestamp: null
name: hello-mxpsy-1
spec:
containerConcurrency: 0
containers:
- env:
- name: TARGET
value: Knative
image: gcr.io/knative-samples/helloworld-go
name: user-container
readinessProbe:
successThreshold: 1
tcpSocket:
port: 0
resources: {}
timeoutSeconds: 300
traffic:
- latestRevision: true
percent: 100
status:
address:
url: http://hello.kne2esmoketests.svc.cluster.local
conditions:
- lastTransitionTime: "2020-07-31T05:10:41Z"
status: "True"
type: ConfigurationsReady
- lastTransitionTime: "2020-07-31T05:10:41Z"
message: Ingress has not yet been reconciled.
reason: IngressNotConfigured
status: Unknown
type: Ready
- lastTransitionTime: "2020-07-31T05:10:41Z"
message: Ingress has not yet been reconciled.
reason: IngressNotConfigured
status: Unknown
type: RoutesReady
latestCreatedRevisionName: hello-mxpsy-1
latestReadyRevisionName: hello-mxpsy-1
observedGeneration: 1
traffic:
- latestRevision: true
percent: 100
revisionName: hello-mxpsy-1
url: http://hello.kne2esmoketests.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment