KusionStack / karpor

Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
https://karpor-demo.kusionstack.io
Apache License 2.0
678 stars 52 forks source link

feat(ui): control whether the Github logo is displayed #571

Closed z1cheng closed 4 months ago

z1cheng commented 4 months ago

What type of PR is this?

/kind feature

What this PR does / why we need it:

Control whether the Github logo is displayed in UI

Which issue(s) this PR fixes:

Close #501

github-actions[bot] commented 4 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

z1cheng commented 4 months ago

I have read the CLA Document and I hereby sign the CLA

elliotxx commented 4 months ago

@z1cheng Cool, let us review it. cc @hai-tian

z1cheng commented 4 months ago

@elliotxx Do we have any instructions/Makefile to run karpor locally for better testing and debugging the code? including creating a cluster(Kind?), building images, installing with helm?

elliotxx commented 4 months ago

@z1cheng Of course, you can execute make help in the project root directory to view all targets, as well as view documents Code Contribute to view how to start locally. If you need, I will provide more details on local startup and debugging.

elliotxx commented 4 months ago

@z1cheng Hi, I have released version 0.4.6 with this feature included.