mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-07 19:45:15 +00:00
Move all docs to docs folder and clean project root (#278)
This commit is contained in:
parent
0840642c98
commit
b9d2e671c7
@ -39,7 +39,7 @@ RUN go build -ldflags="-s -w \
|
|||||||
-X 'mizuserver/pkg/version.BuildTimestamp=${BUILD_TIMESTAMP}' \
|
-X 'mizuserver/pkg/version.BuildTimestamp=${BUILD_TIMESTAMP}' \
|
||||||
-X 'mizuserver/pkg/version.SemVer=${SEM_VER}'" -o mizuagent .
|
-X 'mizuserver/pkg/version.SemVer=${SEM_VER}'" -o mizuagent .
|
||||||
|
|
||||||
COPY build_extensions.sh ..
|
COPY devops/build_extensions.sh ..
|
||||||
RUN cd .. && /bin/bash build_extensions.sh
|
RUN cd .. && /bin/bash build_extensions.sh
|
||||||
|
|
||||||
FROM alpine:3.13.5
|
FROM alpine:3.13.5
|
||||||
|
6
Makefile
6
Makefile
@ -44,11 +44,11 @@ push: push-docker push-cli ## Build and publish agent docker image & CLI.
|
|||||||
|
|
||||||
push-docker: ## Build and publish agent docker image.
|
push-docker: ## Build and publish agent docker image.
|
||||||
@echo "publishing Docker image .. "
|
@echo "publishing Docker image .. "
|
||||||
./build-push-featurebranch.sh
|
devops/build-push-featurebranch.sh
|
||||||
|
|
||||||
build-docker-ci: ## Build agent docker image for CI.
|
build-docker-ci: ## Build agent docker image for CI.
|
||||||
@echo "building docker image for ci"
|
@echo "building docker image for ci"
|
||||||
./build-agent-ci.sh
|
devops/build-agent-ci.sh
|
||||||
|
|
||||||
push-cli: ## Build and publish CLI.
|
push-cli: ## Build and publish CLI.
|
||||||
@echo "publishing CLI .. "
|
@echo "publishing CLI .. "
|
||||||
@ -73,7 +73,7 @@ clean-docker:
|
|||||||
@(echo "DOCKER cleanup - NOT IMPLEMENTED YET " )
|
@(echo "DOCKER cleanup - NOT IMPLEMENTED YET " )
|
||||||
|
|
||||||
extensions:
|
extensions:
|
||||||
./build_extensions.sh
|
devops/build_extensions.sh
|
||||||
|
|
||||||
test-cli:
|
test-cli:
|
||||||
@echo "running cli tests"; cd cli && $(MAKE) test
|
@echo "running cli tests"; cd cli && $(MAKE) test
|
||||||
|
@ -46,7 +46,7 @@ While `mizu`most often works out of the box, you can influence its behavior:
|
|||||||
1. [OPTIONAL] Set `KUBECONFIG` environment variable to your Kubernetes configuration. If this is not set, Mizu assumes that configuration is at `${HOME}/.kube/config`
|
1. [OPTIONAL] Set `KUBECONFIG` environment variable to your Kubernetes configuration. If this is not set, Mizu assumes that configuration is at `${HOME}/.kube/config`
|
||||||
2. `mizu` assumes user running the command has permissions to create resources (such as pods, services, namespaces) on your Kubernetes cluster (no worries - `mizu` resources are cleaned up upon termination)
|
2. `mizu` assumes user running the command has permissions to create resources (such as pods, services, namespaces) on your Kubernetes cluster (no worries - `mizu` resources are cleaned up upon termination)
|
||||||
|
|
||||||
For detailed list of k8s permissions see [PERMISSIONS](PERMISSIONS.md) document
|
For detailed list of k8s permissions see [PERMISSIONS](docs/PERMISSIONS.md) document
|
||||||
|
|
||||||
|
|
||||||
## How to Run
|
## How to Run
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
# Contributing to Mizu
|
# Contributing to Mizu
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
# Kubernetes permissions for MIZU
|
# Kubernetes permissions for MIZU
|
||||||
|
|
||||||
This document describes in details all permissions required for full and correct operation of Mizu
|
This document describes in details all permissions required for full and correct operation of Mizu
|
Loading…
Reference in New Issue
Block a user