Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

167
Views
Kubernetes Yaml con recurso CRD y objeto CRD

Tengo un solo archivo yaml que tiene un objeto CustomResourceDefinition y CRD. Pero cuando trato de aplicar el yaml, a veces la creación del objeto crd falla y el tipo DemoRule no está presente.

Intenté aplicarlo por separado y funcionó bien. ¿Hay alguna forma de ejecutar ambos en un solo yaml sin tener ningún error? ¿O agregando espera entre dos implementaciones?

 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: server.demo.com spec: group: demo.com versions: - name: v1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: type: object properties: HOST: type: string scope: Namespaced names: plural: servers singular: server kind: DemoRule shortNames: - dr --- apiVersion: demo.com/v1 kind: DemoRule metadata: name: demo-config-rule namespace: abc spec: HOST: abcd

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!