ManagedOSVersionChannel reference
The ManagedOSVersionChannel
resource is responsible of defining OS image channel.
There are several keys that can be configured under a ManagedOSVersionChannel
resource spec.
managedosversionchannel-example.yaml
apiVersion: elemental.cattle.io/v1beta1
kind: ManagedOSVersionChannel
metadata:
name: elemental-channel
namespace: fleet-default
spec:
options:
image: registry.suse.com/rancher/elemental-channel:1.4.2
syncInterval: 1h
type: custom
ManagedOSVersionChannelSpec reference​
Key | Type | Default value | Description |
---|---|---|---|
options | object | null | Defines the optional informations that can be added in an OS channel |
syncInterval | string | empty | Defines when to update the OS channel |
type | string | empty | Defines the channel type, only custom is supported now |
upgradeContainer | object | null | An upgrade container that can be defined. See reference |
upgradeContainer​
This allows to overwrite the default upgrade
field of System Upgrade Controller plans (see upgrade compontents) based on this ManagedOSVersion.
These keys are translated by the System Upgrade Controller to a Kubernetes container specification.
This is the container responsible of running an OS upgrade.