Bogus validation errors for PVC fragments
See original GitHub issueDescription
When using an PVC fragment like
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
the following warning/error happens:
[WARNING] F8: Invalid Resource : /Users/roland/Development/abi88/target/classes/META-INF/fabric8/openshift/abi88-pvc.yml
[message=.spec.resources.requests.storage: string found, object expected, violation type=type]
However, according to https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ this is perfectly valid.
Info
- f-m-p version : 3.5.38
- Kubernetes / OpenShift setup and version : OpenShift / Minishift 3.7
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Polyvinyl chloride (PVC) plastic fragments release Pb ...
Request PDF | Polyvinyl chloride (PVC) plastic fragments release Pb additives that are bioavailable in zebrafish | Plastic polymers such as polyvinyl ......
Read more >The assessment of particle selection and blank correction to ...
Six types of microplastics, including fragments and fibers, ... in order to avoid false positive counts using a limit of detection (LOD) and...
Read more >Validating OpenShift Manifests in a GitOps World
In many cases, these types of errors only become known at runtime. ... though it can be disabled by specifying the --validate=false option)....
Read more >A rapid-screening approach to detect and quantify ... - NCBI
Crab claw fragments, which showed a dull orange/red fluorescence, might give false positives in the counting. However, they are heavily ...
Read more >kubernetes yaml files not compatible with recent ... - GitHub
... kubectl apply -f pvc-redis.yaml -f pvc-mailu.yaml -f pv-mailu.yaml ... to ignore these errors, turn validation off with --validate=false ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tested and it doesn’t seem to be happening on master, which has kubernetes client v4.0.7
ok, lets close it then for now. thanks !