update deprecated config for kubernetes 1.10
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
New
|
Undecided
|
Ricardo Rocha |
Bug Description
On the kubelet start, with kubernetes 1.10 we get:
Mar 27 15:22:51 runc[8373]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --cgroups-per-qos has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --enforce-
Mar 27 15:22:51 runc[8373]: Flag --address has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --allow-privileged has been deprecated, will be removed in a future version
Mar 27 15:22:51 runc[8373]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
Mar 27 15:22:51 runc[8373]: Flag --address has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --port has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --read-only-port has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --anonymous-auth has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --authorization
Mar 27 15:22:51 runc[8373]: Flag --authenticatio
Mar 27 15:22:51 runc[8373]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --feature-gates has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --tls-cert-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Mar 27 15:22:51 runc[8373]: Flag --tls-private-
Mar 27 15:22:51 runc[8373]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https:/
Changed in magnum: | |
assignee: | nobody → Ricardo Rocha (rocha-porto) |