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

Commit f1f0405

Browse files
author
Derek Gonyeo
authored
Merge pull request #454 from dgonyeo/master
config: etcd2 is no longer shipped, update warning
2 parents fa5f6ee + 7c8a4cd commit f1f0405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type CloudConfig struct {
3838

3939
type CoreOS struct {
4040
Etcd Etcd `yaml:"etcd" deprecated:"etcd is no longer shipped in Container Linux"`
41-
Etcd2 Etcd2 `yaml:"etcd2" deprecated:"etcd2 will soon be removed from Container Linux"`
41+
Etcd2 Etcd2 `yaml:"etcd2" deprecated:"etcd2 is no longer shipped in Container Linux"`
4242
Flannel Flannel `yaml:"flannel"`
4343
Fleet Fleet `yaml:"fleet" deprecated:"fleet is no longer shipped in Container Linux"`
4444
Locksmith Locksmith `yaml:"locksmith"`

0 commit comments

Comments
 (0)