Within the quickstart documentation, a kubectl command is provided for resource creation. However, this command references non-existent resources, rendering it non-functional.
Furthermore, in the 'Method 2: OLM Installation' section, the URLs are improperly referenced.
Actual Behavior:
kubectl apply -f https://github.com/InditexTech/k8s-overcommit-operator/deploy/catalog_source.yaml error: unable to read URL "https://github.com/InditexTech/k8s-overcommit-operator/deploy/catalog_source.yaml", server reported 404 Not Found, status code=404
Expected Behavior:
kubectl apply -f https://.... catalogsource/olm created
Within the quickstart documentation, a kubectl command is provided for resource creation. However, this command references non-existent resources, rendering it non-functional.
Furthermore, in the 'Method 2: OLM Installation' section, the URLs are improperly referenced.
Actual Behavior:
kubectl apply -f https://github.com/InditexTech/k8s-overcommit-operator/deploy/catalog_source.yaml error: unable to read URL "https://github.com/InditexTech/k8s-overcommit-operator/deploy/catalog_source.yaml", server reported 404 Not Found, status code=404Expected Behavior:
kubectl apply -f https://.... catalogsource/olm created