Skip to content

Commit

Permalink
Merge branch 'main' into feature/collaboration_group
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsman94 authored Apr 23, 2024
2 parents c2680ea + 6769367 commit 8ea38fd
Show file tree
Hide file tree
Showing 199 changed files with 13,972 additions and 12,053 deletions.
76 changes: 76 additions & 0 deletions .github/ISSUE_TEMPLATE/installation_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
name: 安装问题报告 / Installation bug report
about: Tell us about a installation bug you are experiencing
title: "[installation]"
labels: installation
assignees: PetrusZ
---

<!--
**为避免无效问题和冗余问题,提问前请确认。/ To avoid invalid and redundant questions, please confirm before asking**
1. 你确定了解 Kubernetes 的基础知识以及相关工具使用。/ Are you sure you understand the basics of Kubernetes and how to use related tools?
2. 你确定 Google 不能解决你的问题。/ Are you sure Google cannot solve your problem?
3. 你确定文档站以及已有的 issue 不能解决你的问题。/ Are you sure documentation sites and existing issues cannot solve your problem?
4. 你确定不按照模板填写,issue 可能会直接被关闭。/ Are you sure that failure to fill out the template may result in the issue being closed directly?
-->

**安装方式 / Installation method**
- [ ] 脚本安装 / Script Installation
- [ ] Helm 安装 / Helm Installation

**描述你遇到的问题 / Describe the bug**
简洁有效的说明。A clear and concise description of what the bug is.

**安装参数 / Installation Parameters**
提供通过脚本安装时的参数或通过 helm 安装时使用的 values。Provide the parameters used during installation via script or the values used when installing via Helm.

```
参数填这里 / Fill in the parameters here
```

**脚本安装日志 / Script installation log**

```
脚本名称 / Script Name:
日志 / Log:
```

**Pod 状态列表 / Pod Status List**
Zadig 的所有 Pod 的状态截图或日志。Status screenshot or log of all Zadig Pods.

```
日志填这里 / Log in here
```

**异常 Pod 的 Event / Abnormal Pod Event**

```
日志填这里 / Log in here
```

**异常 Pod 的日志 / Log of abnormal Pod***

```
日志填这里/ Log in here
```

**PVC/PV/Storage Class 的状态 / PVC/PV/Storage Class Status**

```
日志填这里/ Log in here
```

**使用的版本 / Version used**
- Zadig:
- Kubernetes:

**安装环境 / Installation Environment**
<!-- 例如:Tencent Cloud(TKE), AliCloud(ACK), Self-hosting ... -->
<!-- 例如:CPU/Memory: 4 Cores / 8 GB RAM -->
<!-- 例如:CentOS 7.6,Ubuntu 18.04 LTS -->

**附加信息 / Additional context**
有关该问题的任何其他背景信息。 / Add any other context about the problem here.
Binary file modified Zadig-System-Architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 15 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ require (
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.18+incompatible
github.com/docker/go-connections v0.4.0
github.com/elliotchance/orderedmap/v2 v2.2.0
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.9.1
Expand Down Expand Up @@ -76,19 +75,19 @@ require (
github.com/shirou/gopsutil/v3 v3.22.8
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
github.com/swaggo/gin-swagger v1.5.3
github.com/swaggo/swag v1.16.1
github.com/swaggo/swag v1.16.3
github.com/tidwall/gjson v1.14.3
github.com/xanzy/go-gitlab v0.73.1
go.mongodb.org/mongo-driver v1.10.2
go.uber.org/zap v1.25.0
golang.org/x/crypto v0.13.0
golang.org/x/crypto v0.21.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/net v0.15.0
golang.org/x/net v0.22.0
golang.org/x/oauth2 v0.5.0
golang.org/x/sync v0.3.0
golang.org/x/sync v0.6.0
golang.org/x/text v0.14.0
google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03
google.golang.org/grpc v1.47.0
Expand All @@ -112,23 +111,21 @@ require (
k8s.io/metrics v0.25.0
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
sigs.k8s.io/controller-runtime v0.13.0
sigs.k8s.io/yaml v1.3.0
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go v0.99.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/Masterminds/squirrel v1.5.3 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
Expand Down Expand Up @@ -174,10 +171,10 @@ require (
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
Expand Down Expand Up @@ -292,11 +289,11 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/tools v0.19.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.61.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
Loading

0 comments on commit 8ea38fd

Please sign in to comment.