Move all docs to docs folder and clean project root (#278)

This commit is contained in:
Igor Gov 2021-09-15 11:53:23 +03:00 committed by GitHub
parent 0840642c98
commit b9d2e671c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
![Mizu: The API Traffic Viewer for Kubernetes](assets/mizu-logo.svg) ![Mizu: The API Traffic Viewer for Kubernetes](../assets/mizu-logo.svg)
# Contributing to Mizu # Contributing to Mizu

View File

@ -1,4 +1,4 @@
![Mizu: The API Traffic Viewer for Kubernetes](assets/mizu-logo.svg) ![Mizu: The API Traffic Viewer for Kubernetes](../assets/mizu-logo.svg)
# 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