-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with generating eso files #11
Comments
As far as i can tell the tool does not find any authentication information, you have to configure it yourself, this is probably due to using IRSA/service-account based authentication.
It's hard to tell without having resources to test/reproduce the issue. @gusfcarvalho do you have an idea? |
Thanks for responding back, based on the kes-eso code(snippet:1) below which is based on input kes-deployment(snippet:2) file if am understanding it right
Below is the kes deployment file and we also have sa for eso, probably I can update the generated files with eso service account as a workaround but still trying to understand on the error as we have configured service account based authentication
|
Let me know if we can connect so that I can explain the issue or concern from my end |
I believe this issue is related to the fact that the tool could not find your KES deployment. Is it deployed under kube-system namespace? There are flags that you can pass to configure namespace and deployment names for KES, which will allow the configuration to be set up. |
Also, please note that the tool does not handle |
yes it is deployed under kube-system and passed both namespace and deployment flag, service account is configured too in the deployment file serviceAccount":"kubernetes-external-secrets","serviceAccountName":"kubernetes-external-secrets","terminationGracePeriodSeconds":30}}}}
|
I was able to fix the annotations issue with sa. was able to generate 36 files out of 63 in eso folder. generated eso:
|
Hello, trying to migrate KES to ESO, I have the kes_files generated(63) and when I execute
./main generate -i kes_files -o eso_files -n kube-system
it gives me below warning:and I see just 36 eso files generated in the eso_files folder.
we have the service account used in reference to KES and in the input yml files
Example input KES file:
and the corresponding ESO file generated is below
we got 2 questions,
1)Please let us know what we are missing in order to avoid the warning
2)we are not using any template based yaml, so why few files are ignored.
Please let us know incase of any additional info.
The text was updated successfully, but these errors were encountered: