This repository has been archived by the owner. It is now read-only.
Getting 'namespaces "memcached-operator-system" not found' during make install #158
Labels
Comments
|
My fix was to manually create the namespace in the cluster prior to running the - name: Ensure the operator namespace exists.
k8s:
name: memcached-operator-system
api_version: v1
kind: Namespace
state: present |
|
Hi @geerlingguy, This project https://github.com/geerlingguy/operator-sdk-performance-testing shows not have the |
|
hi @geerlingguy, Also, see that the idea is to deprecate this one. More info: #163. However, if you need help with your projects please feel free to raise issues against SDK. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, see failed build: https://github.com/geerlingguy/operator-sdk-performance-testing/runs/1059679784?check_suite_focus=true#step:7:140
I am running this build process using Ansible, but it seems with v1.0.0 of this project, all the three sample operators—in a clean environment—seem to fail on
make installdue to a namespace not being created (maybe just out of order?).Steps to Reproduce
First, go into any of the three sample operator directories. (I tested with ansible, go, and helm, all three had the same issue.)
Second, run the
makeroutine:Expected Result
Everything should work (assuming you have a working Kubernetes cluster and the privileges to deploy into it).
Actual Result
The text was updated successfully, but these errors were encountered: