Skip to content
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

vault-secret-operator not working ? #1

Open
terrych0u opened this issue Jun 26, 2019 · 0 comments
Open

vault-secret-operator not working ? #1

terrych0u opened this issue Jun 26, 2019 · 0 comments

Comments

@terrych0u
Copy link

terrych0u commented Jun 26, 2019

Hi,

I deployed vault-secret-operator on my AWS EKS 1.13 version, then I deployed my applications on the cluster, my pod doesn't create, and the log shows MountVolume.SetUp failed for volume "my-secret" : secrets "mychart" not found

but when I check the vault-secret-operator logs, it only shows:

2019/06/27 08:44:02 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:02Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:02 Creating a new Secret /mychart
2019/06/27 08:44:03 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:03Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:03 Creating a new Secret /mychart
2019/06/27 08:44:04 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:04Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:04 Creating a new Secret /mychart
2019/06/27 08:44:05 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:05Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:05 Creating a new Secret /mychart
2019/06/27 08:44:06 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:06Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:06 Creating a new Secret /mychart
2019/06/27 08:44:07 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:07Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:07 Creating a new Secret /mychart
2019/06/27 08:44:08 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:08Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:08 Creating a new Secret /mychart
2019/06/27 08:44:09 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:09Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:09 Creating a new Secret /mychart
2019/06/27 08:44:10 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:10Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:10 Creating a new Secret /mychart
2019/06/27 08:44:11 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:11Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:11 Creating a new Secret /mychart
2019/06/27 08:44:14 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:14Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:14 Creating a new Secret /mychart
2019/06/27 08:44:19 Reconciling VaultSecret /mychart
time="2019-06-27T08:44:19Z" level=info msg="Fetching secret: secret/test/mariadb"
2019/06/27 08:44:19 Creating a new Secret /mychart

Look like the vault-secret-operator can't create the secret file, not sure what to do ?
Thanks for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant