Adapted some of the steps of the executeInside()'s method to work with the updated Admiralty environment, using execution id as namespace, serviceAccount naming convention and adding the serviceAccount in the workflow's YAML. Logging not working yet.
This commit is contained in:
12
README.md
12
README.md
@@ -48,11 +48,17 @@ In rules add a new entry :
|
||||
This command **must return "yes"**
|
||||
|
||||
|
||||
# Notes features/admiralty-docker
|
||||
|
||||
- When executing monitord as a container we need to change any url with "localhost" to the container's host IP.
|
||||
|
||||
We can :
|
||||
- declare a new parameter 'HOST_IP'
|
||||
- decide that no peer can have "http://localhost" as its url and use an attribute from the peer object or isMyself() from oc-lib if a peer is the current host.
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Logs the output of each pods :
|
||||
- logsPods() function already exists
|
||||
- need to implement the logic to create each pod's logger and start the monitoring routing
|
||||
- [ ] Allow the front to known on which IP the service are reachable
|
||||
- currently doing it by using `kubectl get nodes -o wide`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user