Registry¶
There are various customizations you can do to tailor the deployment of OpenStack Registry. You can find those below.
General Parameters¶
bootstrap.enabled
Type: bool
Description:
true
bootstrap.preload_images[0]
Type: string
Description:
“quay.io/kozhukalov/kubernetes-entrypoint:v1.0.0”
bootstrap.script
Type: string
Description:
“docker info”
conf.registry.health.storagedriver.enabled
Type: bool
Description:
true
conf.registry.health.storagedriver.interval
Type: string
Description:
“10s”
conf.registry.health.storagedriver.threshold
Type: int
Description:
3
conf.registry.http.headers.X-Content-Type-Options[0]
Type: string
Description:
“nosniff”
conf.registry.http.secret
Type: string
Description:
“not-so-secret-secret”
conf.registry.log.fields.service
Type: string
Description:
“registry”
conf.registry.redis.addr
Type: string
Description:
nil
conf.registry.storage.cache.blobdescriptor
Type: string
Description:
“redis”
conf.registry.storage.filesystem.rootdirectory
Type: string
Description:
“/var/lib/registry”
conf.registry.version
Type: float
Description:
0.1
dependencies.static.bootstrap.pod[0].labels.application
Type: string
Description:
“docker”
dependencies.static.bootstrap.pod[0].labels.component
Type: string
Description:
“registry-proxy”
dependencies.static.bootstrap.pod[0].requireSameNode
Type: bool
Description:
true
dependencies.static.bootstrap.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.bootstrap.services[0].service
Type: string
Description:
“docker_registry”
dependencies.static.registry.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.registry.services[0].service
Type: string
Description:
“redis”
dependencies.static.registry_proxy.services[0].endpoint
Type: string
Description:
“internal”
dependencies.static.registry_proxy.services[0].service
Type: string
Description:
“docker_registry”
endpoints.cluster_domain_suffix
Type: string
Description:
“cluster.local”
endpoints.docker_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.docker_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.docker_registry.hosts.internal
Type: string
Description:
“docker-registry”
endpoints.docker_registry.hosts.node
Type: string
Description:
“localhost”
endpoints.docker_registry.name
Type: string
Description:
“docker-registry”
endpoints.docker_registry.namespace
Type: string
Description:
“docker-registry”
endpoints.docker_registry.port.registry.default
Type: int
Description:
5000
endpoints.local_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.local_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.local_image_registry.hosts.internal
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.hosts.node
Type: string
Description:
“localhost”
endpoints.local_image_registry.name
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.namespace
Type: string
Description:
“docker-registry”
endpoints.local_image_registry.port.registry.default
Type: int
Description:
5000
endpoints.oci_image_registry.auth.enabled
Type: bool
Description:
false
endpoints.oci_image_registry.auth.registry.password
Type: string
Description:
“password”
endpoints.oci_image_registry.auth.registry.username
Type: string
Description:
“registry”
endpoints.oci_image_registry.host_fqdn_override.default
Type: string
Description:
nil
endpoints.oci_image_registry.hosts.default
Type: string
Description:
“localhost”
endpoints.oci_image_registry.name
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.namespace
Type: string
Description:
“oci-image-registry”
endpoints.oci_image_registry.port.registry.default
Type: string
Description:
nil
endpoints.redis.host_fqdn_override.default
Type: string
Description:
nil
endpoints.redis.hosts.default
Type: string
Description:
“redis”
endpoints.redis.namespace
Type: string
Description:
nil
endpoints.redis.port.redis.default
Type: int
Description:
6379
images.local_registry.active
Type: bool
Description:
false
images.local_registry.exclude[0]
Type: string
Description:
“dep_check”
images.pull_policy
Type: string
Description:
“IfNotPresent”
images.tags.bootstrap
Type: string
Description:
“docker.io/library/docker:17.07.0”
images.tags.dep_check
Type: string
Description:
“quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”
images.tags.registry
Type: string
Description:
“docker.io/library/registry:2”
images.tags.registry_proxy
Type: string
Description:
“registry.k8s.io/kube-registry-proxy:0.4”
labels.job.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.job.node_selector_value
Type: string
Description:
“enabled”
labels.registry.node_selector_key
Type: string
Description:
“openstack-control-plane”
labels.registry.node_selector_value
Type: string
Description:
“enabled”
manifests.configmap_bin
Type: bool
Description:
true
manifests.configmap_etc
Type: bool
Description:
true
manifests.daemonset_registry_proxy
Type: bool
Description:
true
manifests.deployment_registry
Type: bool
Description:
true
manifests.job_bootstrap
Type: bool
Description:
true
manifests.job_image_repo_sync
Type: bool
Description:
true
manifests.pvc_images
Type: bool
Description:
true
manifests.secret_registry
Type: bool
Description:
true
manifests.service_registry
Type: bool
Description:
true
network.registry.ingress.public
Type: bool
Description:
false
network.registry.node_port.enabled
Type: bool
Description:
false
network.registry.node_port.port
Type: int
Description:
5000
pod.affinity.anti.topologyKey.default
Type: string
Description:
“kubernetes.io/hostname”
pod.affinity.anti.type.default
Type: string
Description:
“preferredDuringSchedulingIgnoredDuringExecution”
pod.affinity.anti.weight.default
Type: int
Description:
10
pod.dns_policy
Type: string
Description:
“ClusterFirstWithHostNet”
pod.lifecycle.upgrades.deployments.pod_replacement_strategy
Type: string
Description:
“RollingUpdate”
pod.lifecycle.upgrades.deployments.revision_history
Type: int
Description:
3
pod.lifecycle.upgrades.deployments.rolling_update.max_surge
Type: int
Description:
3
pod.lifecycle.upgrades.deployments.rolling_update.max_unavailable
Type: int
Description:
1
pod.replicas.registry
Type: int
Description:
1
pod.resources.enabled
Type: bool
Description:
false
pod.resources.jobs.bootstrap.limits.cpu
Type: string
Description:
“2000m”
pod.resources.jobs.bootstrap.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.jobs.bootstrap.requests.cpu
Type: string
Description:
“100m”
pod.resources.jobs.bootstrap.requests.memory
Type: string
Description:
“128Mi”
pod.resources.registry.limits.cpu
Type: string
Description:
“2000m”
pod.resources.registry.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.registry.requests.cpu
Type: string
Description:
“100m”
pod.resources.registry.requests.memory
Type: string
Description:
“128Mi”
pod.resources.registry_proxy.limits.cpu
Type: string
Description:
“2000m”
pod.resources.registry_proxy.limits.memory
Type: string
Description:
“1024Mi”
pod.resources.registry_proxy.requests.cpu
Type: string
Description:
“100m”
pod.resources.registry_proxy.requests.memory
Type: string
Description:
“128Mi”
pod.security_context.registry.container.registry.allowPrivilegeEscalation
Type: bool
Description:
false
pod.security_context.registry.container.registry.readOnlyRootFilesystem
Type: bool
Description:
true
pod.security_context.registry.pod.runAsUser
Type: int
Description:
65534
pod.security_context.registry_proxy.container.registry_proxy.readOnlyRootFilesystem
Type: bool
Description:
false
pod.security_context.registry_proxy.container.registry_proxy.runAsUser
Type: int
Description:
0
pod.security_context.registry_proxy.pod.runAsUser
Type: int
Description:
65534
release_group
Type: string
Description:
nil
secrets.oci_image_registry.registry
Type: string
Description:
“registry-oci-image-registry-key”
volume.class_name
Type: string
Description:
“general”
volume.size
Type: string
Description:
“2Gi”