이러한 리소스 오브젝트는 사용자가 서비스 레지스트리를 배포 및 구성하는 방법을 지시하도록 Service Registry Operator에 지시합니다.
oc get apicurioregistry
oc edit apicurioregistry example-apicurioregistry
oc get apicurioregistry
oc edit apicurioregistry example-apicurioregistry
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
apiVersion: registry.apicur.io/v1
kind: ApicurioRegistry
metadata:
name: example-apicurioregistry
namespace: demo-kafka
# ...
spec:
configuration:
persistence: kafkasql
kafkasql:
bootstrapServers: 'my-cluster-kafka-bootstrap.demo-kafka.svc:9092'
deployment:
host: >-
example-apicurioregistry.demo-kafka.example.com
status:
conditions:
- lastTransitionTime: "2021-05-03T10:47:11Z"
message: ""
reason: Reconciled
status: "True"
type: Ready
info:
host: example-apicurioregistry.demo-kafka.example.com
managedResources:
- kind: Deployment
name: example-apicurioregistry-deployment
namespace: demo-kafka
- kind: Service
name: example-apicurioregistry-service
namespace: demo-kafka
- kind: Ingress
name: example-apicurioregistry-ingress
namespace: demo-kafka
apiVersion : registry.apicur.io/v1
kind : ApicurioRegistry
metadata :
name : example- apicurioregistry
namespace : demo- kafka
spec :
configuration :
persistence : kafkasql
kafkasql :
bootstrapServers : 'my-cluster-kafka-bootstrap.demo-kafka.svc:9092'
deployment :
host : > -
example- apicurioregistry.demo- kafka.example.com
status :
conditions :
- lastTransitionTime : "2021-05-03T10:47:11Z"
message : ""
reason : Reconciled
status : "True"
type : Ready
info :
host : example- apicurioregistry.demo- kafka.example.com
managedResources :
- kind : Deployment
name : example- apicurioregistry- deployment
namespace : demo- kafka
- kind : Service
name : example- apicurioregistry- service
namespace : demo- kafka
- kind : Ingress
name : example- apicurioregistry- ingress
namespace : demo- kafka
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow