Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.2.0
Description
REQ
I was trying to test the HELM chart deployment and when I run the following command:
helm install couchbase/couchbase-operator
|
I get the following error:
Error: validation failed: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "failureThreshold" in io.k8s.api.core.v1.Container, ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "httpGet" in io.k8s.api.core.v1.Container, ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "initialDelaySeconds" in io.k8s.api.core.v1.Container, ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "periodSeconds" in io.k8s.api.core.v1.Container, ValidationError(Deployment.spec.template.spec.containers[0].resources): unknown field "cpu" in io.k8s.api.core.v1.ResourceRequirements, ValidationError(Deployment.spec.template.spec.containers[0].resources): unknown field "memory" in io.k8s.api.core.v1.ResourceRequirements] |
BACKGROUND
I am attempting to deploy to an EKS cluster running kubernetes 1.12 in the US-EAST-1 Region.
I installed HELM and TIller successfully using the RBAC-Tiller.yaml specified in our documentation.
HQ-Computer:helm craigkovar$ helm version
|
Client: &version.Version{SemVer:"v2.14.0", GitCommit:"05811b84a3f93603dd6c2fcfe57944dfa7ab7fd0", GitTreeState:"clean"}
|
Server: &version.Version{SemVer:"v2.14.0", GitCommit:"05811b84a3f93603dd6c2fcfe57944dfa7ab7fd0", GitTreeState:"clean"}
|
Also
|
HQ-Computer:helm craigkovar$ helm search couchbase
NAME CHART VERSION APP VERSION DESCRIPTION
couchbase/couchbase-cluster 0.1.2 1.2 Couchbase Server is a NoSQL document database with a dist...
couchbase/couchbase-operator 0.1.2 1.2 A Helm chart to deploy the Couchbase Autonomous Operator ...
HQ-Computer:helm craigkovar${noformat}
Attachments
Issue Links
- blocks
-
K8S-969 Autonomous Operator 1.2.1 Minor Release
-
- Resolved
-
For Gerrit Dashboard: K8S-964 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
109248,3 | K8S-964: Helm Whitespace Fix | 1.2.x | couchbase-operator | Status: MERGED | +2 | +1 |
109256,1 | K8S-964: Helm Whitespace Fix | master | couchbase-operator | Status: ABANDONED | 0 | +1 |
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | helm [ 15332 ] | |
Component/s | kubernetes [ 14219 ] | |
Key |
|
|
Sprint Status | Current Sprint [ 10027 ] | |
Affects Version/s | 1.2.0 [ 15308 ] | |
Affects Version/s | 6.0.1 [ 15928 ] | |
Workflow | CBSE workflow [ 125717 ] | classic default workflow [ 125723 ] |
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Project | Couchbase Support/Engineering Tasks [ 10061 ] | Couchbase Kubernetes [ 12550 ] |
Assignee | Simon Murray [ simon.murray ] | Tommie McAfee [ tommie ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Assignee | Tommie McAfee [ tommie ] | Simon Murray [ simon.murray ] |
Fix Version/s | 1.2.0 [ 15308 ] |
Sprint | Kubernetes 8/13-8/27 [ 549 ] |
Rank | Ranked higher |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Actual End | 2019-05-29 05:29 (issue has been closed) |
Sprint | Kubernetes 8/13-8/27 [ 549 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Fix Version/s | 1.2.1 [ 16154 ] | |
Fix Version/s | 1.2.0 [ 15308 ] |
Rank | Ranked higher |
Resolution | Won't Fix [ 2 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Labels | releasenote |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Morning Craig, I've put a potential fix into the couchbase-partners repos. Mind checking if it's working any better now? I've not bumped the revision yet so you'll need to uninstall and reinstall the chart.