mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Deprecate the in-tree keystone plugin
We now have the `client-keystone-auth` in cloud-provider-openstack repository: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-client-keystone-auth.md So let's drop the in-tree one, so we can remove it in 1.12
This commit is contained in:
parent
8ad67d3437
commit
ffe817fcab
@ -140,6 +140,7 @@ func newOpenstackAuthProvider(_ string, config map[string]string, persister rest
|
||||
var ttlDuration time.Duration
|
||||
var err error
|
||||
|
||||
glog.Warningf("WARNING: in-tree openstack auth plugin is now deprecated. please use the \"client-keystone-auth\" kubectl/client-go credential plugin instead")
|
||||
ttl, found := config["ttl"]
|
||||
if !found {
|
||||
ttlDuration = DefaultTTLDuration
|
||||
|
Loading…
Reference in New Issue
Block a user