Skip to content

Commit

Permalink
fix: etcd pod fails to start on OpenShift
Browse files Browse the repository at this point in the history
Resolves kserve#210
Resolves kserve#215

Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
  • Loading branch information
ckadner committed Jan 26, 2023
1 parent 8c68e3f commit ba6f78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/dependencies/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
containers:
- command:
- etcd
- --data-dir
- /tmp/etcd.data
- --listen-client-urls
- http://0.0.0.0:2379
- --advertise-client-urls
Expand Down

0 comments on commit ba6f78b

Please sign in to comment.