Skip to content

Commit

Permalink
Create namespace for static pods IPI-BM
Browse files Browse the repository at this point in the history
Currently infra pods are created in "openshift-kni-infra" namespace, which doesn't exist. It leads to various OOM errors.

This patch creates the missing namespace "openshift-kni-infra".
  • Loading branch information
yboaronn committed Sep 19, 2019
1 parent 577c2d5 commit b3ab7d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install/0000_80_machine-config-operator_00_namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@ metadata:
labels:
name: openshift-openstack-infra
openshift.io/run-level: "1"
---
apiVersion: v1
kind: Namespace
metadata:
name: openshift-kni-infra
annotations:
openshift.io/node-selector: ""
labels:
name: openshift-kni-infra
openshift.io/run-level: "1"

0 comments on commit b3ab7d8

Please sign in to comment.