...
Rename the obtained metadata (XML) file from the customer to “kfuse.xml” exactly.
OR
If the customer provided you with a url to the metadata file, then do a curl on the url and save its output to the “kfuse.xml” file name exactly. Save this directly in the customer’s terminal.
Code Block curl {metadata xml file url} > kfuse.xml
In the customer’s cluster and appropriate namespace, run this command
Code Block kubectl create secret generic kfuse-xml --from-file=kfuse.xml
...