A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
Apache License 2.0
3.37k
stars
616
forks
source link
Deprecate PullOptions.RegistryAuth field in ContainerConfig #971
A RegistryAuth field was added to ContainerSpec in #965, to carry an auth token for pulling private images. This is temporary and needs to be deprecated when a proper secret sharing mechanism exists. Also see #1000.
A
RegistryAuth
field was added toContainerSpec
in #965, to carry an auth token for pulling private images. This is temporary and needs to be deprecated when a proper secret sharing mechanism exists. Also see #1000.