Replication Controller
Replication Controller
replicationcontrollerMetadata attributes:
replicationcontrollerSpec attributes:
By default, deployment will add a pod-template-hash to the name of RS that it creates.
replicationcontrollerMetadata attributes:
- clusterName: The name of the cluster which the object belongs to.
- clusterName->namespace->name
- deletionGracePeriodSeconds: Seconds allowed for gracefully terminate before forcefully removed from the system.
- deletionTimestamp: RFC 3339 date and time at which this resource will be deleted. Is not directly settable by a client.
- finalizers: Must be empty before the object is deleted from the registry.
- generateName: Optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided.
- generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- initializers: An initializer is a controller which enforces some system invariant at object creation time.
- labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects.
- ownerReferences: List of objects depended by this object.
replicationcontrollerSpec attributes:
- minReadySeconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0
By default, deployment will add a pod-template-hash to the name of RS that it creates.
0 comments:
Post a Comment