mirror of
https://github.com/alibaba/higress.git
synced 2026-05-24 12:47:27 +08:00
109 lines
2.7 KiB
Plaintext
109 lines
2.7 KiB
Plaintext
apiVersion: inference.networking.k8s.io/v1
|
|
kind: InferencePool
|
|
metadata:
|
|
name: my-ip
|
|
namespace: inferencepool
|
|
spec: null
|
|
status: {}
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: gateway
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
addresses:
|
|
- type: Hostname
|
|
value: higress-gateway.higress-system.svc.domain.suffix
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Resource accepted
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: Resource programmed, assigned to service(s) higress-gateway.higress-system.svc.domain.suffix:80
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
listeners:
|
|
- attachedRoutes: 2
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: NoConflicts
|
|
status: "False"
|
|
type: Conflicted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: ResolvedRefs
|
|
status: "True"
|
|
type: ResolvedRefs
|
|
name: simple
|
|
supportedKinds:
|
|
- group: gateway.networking.k8s.io
|
|
kind: HTTPRoute
|
|
- group: gateway.networking.k8s.io
|
|
kind: GRPCRoute
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: backend-allowed-ip
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
parents:
|
|
- conditions:
|
|
- lastTransitionTime: fake
|
|
message: Route was valid
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: backend(my-ip-ip-03f70481.inferencepool.svc.domain.suffix) not found
|
|
reason: BackendNotFound
|
|
status: "False"
|
|
type: ResolvedRefs
|
|
controllerName: higress.io/gateway-controller
|
|
parentRef:
|
|
name: gateway
|
|
namespace: higress-system
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: backend-not-allowed-ip
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
parents:
|
|
- conditions:
|
|
- lastTransitionTime: fake
|
|
message: Route was valid
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: backendRef httpbin/default not accessible to a HTTPRoute in namespace
|
|
"higress-system" (missing a ReferenceGrant?)
|
|
reason: RefNotPermitted
|
|
status: "False"
|
|
type: ResolvedRefs
|
|
controllerName: higress.io/gateway-controller
|
|
parentRef:
|
|
name: gateway
|
|
namespace: higress-system
|
|
---
|