docker-phpLDAPadmin icon indicating copy to clipboard operation
docker-phpLDAPadmin copied to clipboard

update ReplicationController to Deployment

Open marcio-pessoa opened this issue 3 years ago • 0 comments

ReplicationController is a old fashined way to configure replication, as you can see on official Kubernetes documentation:

https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/

"A Deployment that configures a ReplicaSet is now the recommended way to set up replication."

So, I updated the examples to support Deployment.

marcio-pessoa avatar Apr 19 '22 22:04 marcio-pessoa