This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
doc: osm-config ConfigMap #2886
Labels
area/documentation
work items associated with the improvements or additions to documentation
priority/P0
P0 priority
size/M
7 days (~1.5 week)
This GitHub issue is for fleshing out the OSM documentation around the
osm-system/osm-config
ConfigMap:Document
osm-system/osm-config
ConfigMap-- save the doc in ./docs/wip/osm_configmap.md (exact location is TBD -wip
short term)osm-system/osm-config
ConfigMap?kubectl delete Configmap -n osm-system osm-config
? How would that change the behavior of the OSM controller?egress
we have enteredenable_igress
via kubectl command? How would OSM Controller react?egress
key and valueture
orfasle
Create a small demo with sample apps and SMI showing how this feature works
List Common Issues
Create Troubleshooting Guide
kubectl delete ValidatingWebhookConfiguration $(kubectl get ValidatingWebhookConfigurations --no-headers | grep osm | awk '{print $1}' | grep -E '^osm')
Automate Troubleshooting Guide in
pkg/troubleshooter
(create appropriate functions) - alternatively create a GitHub Issue with the stub of the function that could be eventually created withinpkg/troubleshooter
package to automatically troubleshoot this feature.The text was updated successfully, but these errors were encountered: