runseb
c54fbb74da
Changes to resourcifier Dockerfile
11 years ago
runseb
4e1c7eb6ef
Logic for the token is wrong
...
The use of token or basic auth was a conditional inside the TLS verify loop.
You can use TLS or skip the verification and use token or basic auth.
Just a tab issue. Put the token conditional outside the kubeInsecure check.
Also handled the case that we actually switch the boolean for skip TLS and forced it to replace true or false.
11 years ago
vaikas-google
b5edff70f6
Merge pull request #155 from runseb/patch-2
...
Small typo in logs for configurator
11 years ago
runseb
18e1122a66
Treat token based auth properly in resourcifier
...
Wrong operator for token based auth.
If a token was specified this was asking for username and password.
11 years ago
runseb
e6422997e7
Small typo in logs for configurator
11 years ago
Brendan Melville
93f551d7fd
Resource errors should result in a failed deployment with good errors.
11 years ago
Brendan Melville
f1fe4470d3
Resourcifier now processes resources in dependency order based on refs.
...
For now, references act only as dependencies and do not fill in the
values to which they refer. That will come in a follow-up.
Resources are still processed in a single iteration with no
parallelization.
11 years ago
vaikas-google
92ec9a0fe1
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
11 years ago
jackgr
7c0e018f5a
Simplify Dockerfiles.
11 years ago
jackgr
881640a298
Fix container build break introduced by #113 .
11 years ago
vaikas-google
9041e8b644
First changes to support displaying resources in the manifest, showing errors. Add timeout option to client, remove configuration related duplicated types for Configuration and Deployment and use the ones from manager instead
11 years ago
vaikas-google
769237ac24
Treat delete not_found failure as a success
11 years ago
Eric Ho
87fba0e22f
Build and push image to other registry
...
Command: `make push DOCKER_REGISTRY=index.docker.io PROJECT=(your account)`
11 years ago
jackgr
b73278bbbb
Fixed paths in Dockerfiles for manager and resourcifier.
11 years ago
Victor Agababov
6a27f268e6
Change the paths to be absolute.
11 years ago
Victor Agababov
94db53d080
Initial commit for DeploymentManager on k8s.
11 years ago