This message was deleted.
# elemental
a
This message was deleted.
w
Hey!
When specifying the managedOsImage you can apply flags in this way:
Copy code
apiVersion: <http://elemental.cattle.io/v1beta1|elemental.cattle.io/v1beta1>
kind: ManagedOSImage
metadata:
  name: upgrade3
  namespace: fleet-default
spec:
  clusterTargets:
    - clusterName: my-cluster
  upgradeContainer:
    command:
      - "/usr/sbin/suc-upgrade"
    envs:
      - name: FORCE
        value: "true"
    image: myimage:mytag
πŸ‘ 1
f
ok thanks, i will check it out! πŸ™‚
w
great! I will add the example to the upgrade docs as well! πŸ‘
πŸ™Œ 1
f
works as expectedπŸ‘
w
very nice!