-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
What did you do to encounter the bug?
Steps to reproduce the behavior:
- Build Atlas Operator from the main branch as of March 2, 2022.
- Deploy the operator with OLM on an OpenShift 4.9 cluster.
- Create a connection secret and an AtlasProject CR:
apiVersion: atlas.mongodb.com/v1
kind: AtlasProject
metadata:
name: jianrzha
spec:
connectionSecretRef:
name: my-atlas-key
name: jianrzha
projectIpAccessList:- comment: IP address for Application Server A
ipAddress: 192.0.2.15 - comment: CIDR block for Application Server B - D
ipAddress: 203.0.113.0/24
- comment: IP address for Application Server A
- The CR status shows failure:
status:
conditions:
- lastTransitionTime: "2022-03-03T16:48:33Z"
status: "False"
type: Ready - lastTransitionTime: "2022-03-03T16:48:33Z"
status: "True"
type: ValidationSucceeded - lastTransitionTime: "2022-03-03T16:48:33Z"
message: base URL must have a trailing slash, but "https://cloud.mongodb.com"
does not
reason: ProjectNotCreatedInAtlas
status: "False"
type: ProjectReady
observedGeneration: 1
What did you expect?
The AtlasProject should be reconciled successfully.
What happened instead?
A clear and concise description of what happened instead
See above error message.
Screenshots
If applicable, add screenshots to help explain your problem.
Operator Information
- Operator Version: built from main branch.
Kubernetes Cluster Information - Distribution: OpenShift
- Version: 4.9
- Image Registry location (quay, or an internal registry)
Additional context
Add any other context about the problem here.
This issue seems to be caused by a recent commit:
b5237e8
If possible, please include:
kubectl describeoutput- yaml definitions for your objects
- log files for the operator and database pods
Metadata
Metadata
Assignees
Labels
No labels