+1 vote
in Kubernetes K8s by

Command used to create ConfigMaps from file “fresco.ids” is.

a) kubectl create configmap fresco-config –from-fl=fresco.ids

b) kubectl create configmap fresco-config fresco.ids

c) kubectl create configmap fresco-config –from-file=fresco.ids

d) None of the options

1 Answer

0 votes
by
c) kubectl create configmap fresco-config –from-file=fresco.ids

Related questions

+1 vote
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
0 votes
asked Mar 24 in Kubernetes K8s by rajeshsharma
...