alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

Feature h2 adapte #6

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Which issue does this PR close?

Closes https://github.com/alipay/container-auto-tune/issues/1

Rationale for this change

https://github.com/KaifeiHuang/container-auto-tune/pull/new/feature_h2_adapte

What changes are included in this PR?

Are there any user-facing changes?

no, it will be easy to use for users

How does this change test

  1. Execute below command to build and deploy project from the root path of this project.
    bash start.sh
  2. The TMaestro deployment can be started up successfully by execute below commands
    kubectl get pod

    image

  3. The front page can be accessed by tmaestro-homepage image
  4. Twatch datas can be access by twatch-list-api and can get response successfully. image
container-auto-tune commented 1 year ago

approval