Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #454 from dgonyeo/master
Browse files Browse the repository at this point in the history
config: etcd2 is no longer shipped, update warning
  • Loading branch information
Derek Gonyeo authored Apr 9, 2018
2 parents fa5f6ee + 7c8a4cd commit f1f0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type CloudConfig struct {

type CoreOS struct {
Etcd Etcd `yaml:"etcd" deprecated:"etcd is no longer shipped in Container Linux"`
Etcd2 Etcd2 `yaml:"etcd2" deprecated:"etcd2 will soon be removed from Container Linux"`
Etcd2 Etcd2 `yaml:"etcd2" deprecated:"etcd2 is no longer shipped in Container Linux"`
Flannel Flannel `yaml:"flannel"`
Fleet Fleet `yaml:"fleet" deprecated:"fleet is no longer shipped in Container Linux"`
Locksmith Locksmith `yaml:"locksmith"`
Expand Down

0 comments on commit f1f0405

Please sign in to comment.