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

Commit

Permalink
remove adding container resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingtao Ren committed Jan 20, 2018
1 parent a5a0cb2 commit 8c08243
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/util/k8sutil/k8sutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,6 @@ func newEtcdPod(m *etcdutil.Member, initialCluster []string, clusterName, state,
livenessProbe,
readinessProbe)

if cs.Pod != nil {
container = containerWithRequirements(container, cs.Pod.Resources)
}

volumes := []v1.Volume{}

if m.SecurePeer {
Expand Down

0 comments on commit 8c08243

Please sign in to comment.