acme_fitness_demo
acme_fitness_demo copied to clipboard
Deploys ACME Fitness application across different environments
When I run the following command: **sudo docker-compose pull && docker-compose up** **I get the following errors:** Pulling catalog-db ... done Pulling catalog ... done Pulling user-db ... done Pulling...
I'm using the Kubernetes version, running on GKE. Issue - when scaling the cart pod (cart-total.yaml) the cart details and state are deleted. To reproduce: 1. login as a user...
A `KeyError: 'token'` error occurs when I try to run locust load generator. ``` huangxin@huangxin:~/acme_fitness_demo/traffic-generator$ locust --host=http://10.239.154.176 [2021-10-26 21:38:54,918] huangxin/WARNING/locust.main: System open file limit '1024' is below minimum setting '10000'....
Added a jupyter notebook ipynb file created from the 'kubernetes-manifests' readme.md. The purpose should be self-evident for those that want to step through the provisioning interactively in a browser. The...
@ishrivatsa I would like to delete this branch unless you need to keep it for any reason. Do you need it? It's 33 commits behind `master`
I want to delete this branch. @theseanodell are you using this?
Hi, I am getting this error ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 296, in run self.execute_next_task() File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 321, in execute_next_task self.execute_task(self._task_queue.pop(0)) File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 330,...
Hello, how do I change the default user password? How is it encoded? Thanks!
Hi Does the acme fitness sample app have a dark mode setting? thank you