Peter Parente
Peter Parente
If both processes are in the same container, what would the container entrypoint (PID 1) be?
I like having it broken out too, but I don't have an argument against combining to one container in light of the fact that the CHP does not retain state...
The containers are prelaunched in tmpnb, so any URL arguments will be arriving too late to use in the command. The only time URL args are available ahead of notebook...
The deployment example included in the `1Password/onepassword-operator` repository uses ClusterRoleBindings instead which may work around the issue when the operator attempts to list all namespaces: https://github.com/1Password/onepassword-operator/blob/b50d864b50760e3980d314b11db736dee8bd147b/deploy/permissions_multi_namespace_example.yaml#L6
Was this erroring occurring before you pinned versions? For the record, you should be entering username: alice, password: alice as you said.
I do not. Looks like @mariusvniekerk set up the deploy key in September. Probably needs an update on the travis side. Or a new key.
Maybe we can make the split, but retain a single global (deprecated) object that is the union of the two for a while?
.travis.yml now cd's to docs. Need to point to the key one directory up or pushd/popd or whatever. https://github.com/maxpoint/spylon/blob/master/.travis.yml#L28
Onto the next problem: https://travis-ci.org/maxpoint/spylon/builds/235685516
The simplest way to test is to: 1. Find the IP address of your docker host. If you're running docker on a VM, get that IP address, for example. 2....