Open yuvipanda opened 6 years ago
Currently you can do this by overriding the start method, creating the secret (if it doesn't exist) and then mounting it. We could use an ownerReference to have it be garbage collected when the pod goes away.
I think getting a demo up and running using this flow would let us explore how to properly upstream the 'create arbitrary objects alongside pod' generically
This seem like a quite advanced feature to add, I think I consider it out of scope @yuvipanda. What do you think at this point in time?
Talking with @foxish, we want to do the following:
Only thing we need to add to kubespawner is ability to create and mount secrets.
This should allow users to thread secrets through for loading data from GCS or S3