-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator project
Description
Bug Report
What did you do?
Run The below
mkdir memcached-operator
cd memcached-operator
operator-sdk init --domain example.com --plugins ansible
What did you expect to see?
A fully scaffold project
What did you see instead? Under which circumstances?
The SDK errors
INFO[0000] Writing kustomize manifests for you to edit...
Error: failed to initialize project: unable to scaffold with "base.ansible.sdk.operatorframework.io/v1": error updating init manifests: error updating kustomization.yaml files: remove config/default/kustomization.yaml patch and vars blocks: unable to find the content to be replaced
Environment
Operator type:
/language ansible
Kubernetes cluster type:
$ operator-sdk version
operator-sdk version: "v1.34.1", commit: "edaed1e5057db0349568e0b02df3743051b54e68", kubernetes version: "1.28.0", go version: "go1.21.7", GOOS: "linux", GOARCH: "amd64"
$ go version (if language is Go)
Any
$ kubectl version
NA
Possible Solution
Additional context
jobcespedes, thebeanogamer, matthew-mcdermott and ppmathis
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator project