63f14a7b4c
Removing deprecated kubelet command-line flags in favor of a static kubelet configuration file. Change-Id: Ib9f5e816db709e62152615ac832b99715ca82e3c See: https://review.opendev.org/#/c/687927/
34 lines
622 B
YAML
34 lines
622 B
YAML
---
|
|
schema: deckhand/DataSchema/v1
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: promenade/Kubelet/v1
|
|
labels:
|
|
application: promenade
|
|
data:
|
|
$schema: http://json-schema.org/schema#
|
|
type: object
|
|
definitions:
|
|
image:
|
|
type: string
|
|
# XXX add regex
|
|
|
|
properties:
|
|
images:
|
|
type: object
|
|
properties:
|
|
pause:
|
|
$ref: '#/definitions/image'
|
|
required:
|
|
- pause
|
|
additionalProperties: false
|
|
arguments:
|
|
type: array
|
|
items:
|
|
type: string
|
|
config_file_overrides:
|
|
type: object
|
|
required:
|
|
- images
|
|
additionalProperties: false
|