fork sirius1024/client
Knative developer experience, docs, reference Knative CLI implementation
fork in 2 days
startedhuweihuang/kubernetes-notes
started time in 2 days
startedapache/camel-k
started time in 3 days
startedkedacore/keda
started time in 3 days
startedjmoiron/sqlx
started time in 7 days
startedopen-io/oio-sds
started time in 8 days
startedminio/minio
started time in 8 days
push eventsirius1024/iterm2-with-oh-my-zsh
commit sha 9bbc817877c207e349f50656eb5c2f134097d972
Fix surface 4k wallpaper link
push time in 9 days
issue openedkatzien/go-structure-examples
Question about domain-hex mode.
Hi Kat, I watched your talking at Youtube and I have a question about entity definition in domain-hex mode. I saw the adding/listing folder has almost the same beer definition. I know the beer maybe different between assistants and customers, but will it need to be translated between the different beers?
created time in 11 days
startedkatzien/go-structure-examples
started time in 11 days
startedmarcusolsson/goddd
started time in 11 days
startedthockin/go-build-template
started time in 11 days
issue closedknative/serving
Where to check the supported versions of Kubernetes and Istio?
In what area(s)?
/kind spec /kind proposal
Ask your question here:
I have an existing Kubernetes(1.16) and Istio(1.3.5) cluster, but not sure which is the best version that Knative supported. I've checked the document ( https://knative.dev/docs/install/installing-istio/ ) and find a version string with demo code:
export ISTIO_VERSION=1.1.7
Do you have supported version list of Kubernetes and Istio?
closed time in 15 days
sirius1024issue commentknative/serving
Where to check the supported versions of Kubernetes and Istio?
I've already found those documents. So this issue will be closed manually:
https://github.com/knative/docs/blob/master/docs/install/Knative-custom-install.md https://github.com/knative/serving/tree/master/third_party
comment created time in 15 days
startedetcd-io/etcd
started time in 15 days
created repositorysirius1024/kubest
A serverless artifact based on knative and kubernetes.
created time in 15 days
startedastefanutti/kubebox
started time in 15 days
startedbaidu/bfe
started time in 16 days
startedgoogle/jsonnet
started time in 16 days
startedkubeflow/kubeflow
started time in 16 days
startedxbmc/xbmc
started time in 17 days
startedapache/incubator-apisix
started time in 17 days
startedapache/incubator-apisix
started time in 17 days
startedkubernetes-sigs/kustomize
started time in 22 days
push eventsirius1024/knative-sdk-demo
commit sha 0ee9f879d34d27b3dda4d67a6c643eaa105a863a
Upgrade client and serving to v0.10
push time in 22 days
issue openedknative/serving
Where to check supported versions of Kubernetes and Istio?
In what area(s)?
/kind spec /kind proposal
Ask your question here:
I have an existing Kubernetes(1.16) and Istio(1.3.5) cluster, but not sure which is the best version that Knative supported. I've checked the document ( https://knative.dev/docs/install/installing-istio/ ) and find a version string with demo code:
export ISTIO_VERSION=1.1.7
Do you have supported version list of Kubernetes and Istio?
created time in 23 days
issue commentservicemesher/istio-official-translation
/docs/setup/additional-setup/sidecar-injection/index.md
/merged
comment created time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
data: ... {{< /text >}} -The above statement means: Never inject on pods that have the label `openshift.io/build.name` **or** `openshift.io/deployer-pod-for.name` – the values of the labels don't matter, we are just checking if the keys exist. With this rule added, the OpenShift Builds use case illustrated above is covered, meaning auxiliary pods will not have sidecars injected (because source-to-image auxiliary pods **do** contain those labels).+上面声明的意思是:永远不要注入带有 `openshift.io/build.name` **或者** `openshift.io/deployer-pod-for.name` 标签的 pod —— 标签的值无关紧要,我们只检查键是否存在。添加了这个规则之后,就涵盖了上面所说的 OpenShift 的构建用例,也就是说辅助 pod 不会被注入 sidecar(因为 source-to-image 工具产生的辅助 pod **明确**包含这些标签)。 -For completeness, you can also use a field called `alwaysInjectSelector`, with similar syntax, which will always inject the sidecar on pods that match that label selector, regardless of the global policy.+完整起见,您还可以使用一个名为 `alwaysInjectSelector` 的字段,它具有类似的语法,总是将 sidecar 注入匹配标签选择器的 pod 中,而忽略全局策略。 -The label selector approach gives a lot of flexibility on how to express those exceptions. Take a look at [these docs](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#resources-that-support-set-based-requirements) to see what you can do with them!+使用标签选择器的方法在表达这些例外时提供了很大的灵活性。查看[这些文档](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#resources-that-support-set-based-requirements) 看看可以用它们来做什么!
超链接右侧多了一个空格 😅
Sorry for my negligence. Fixed.
comment created time in a month
push eventsirius1024/istio.io
commit sha c611ef1aa19f44aaae918602b805fcef3be5b7f7
Fix spaces
commit sha 0795c9b0fbe6a84a65fb2a6be1bde513cdd4d3f3
Merge branch 'zh-trans-1227'
push time in a month
pull request commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
/retest
comment created time in a month
push eventsirius1024/istio.io
commit sha c611ef1aa19f44aaae918602b805fcef3be5b7f7
Fix spaces
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
sleep-776b7bcdcd-bhn9m 2/2 Terminating 0 2m sleep-776b7bcdcd-gmvnr 1/1 Running 0 2s {{< /text >}} -#### Understanding what happened+#### 理解其过程{#understanding-what-happened} -When Kubernetes invokes the webhook, the [`admissionregistration`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io)-configuration is applied. The default configuration injects the sidecar into-pods in any namespace with the `istio-injection=enabled label`. The-`istio-sidecar-injector` configuration map specifies the configuration for the-injected sidecar. To change how namespaces are selected for injection, you can-edit the `MutatingWebhookConfiguration` with the following command:+当 Kubernetes 调用 webhook 时, [`admissionregistration`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) 配置被应用。默认配置将 sidecar 注入到所有拥有 `istio-injection=enabled` 标签的 namespace 下的 pod 中。 `istio-sidecar-injector` 配置字典指定了注入 sidecar 的配置。如需更改指定哪些 namespace 被注入,你可以使用以下命令编辑 `MutatingWebhookConfiguration` :
Fixed.
comment created time in a month
push eventsirius1024/istio.io
commit sha 9d59c4fc4559f4e6809db1621e3c1f87f4db948d
Fix spaces
commit sha fd09295227d813e5f2ef186f9d119db151285e04
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 9d59c4fc4559f4e6809db1621e3c1f87f4db948d
Fix spaces
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
sleep-776b7bcdcd-bhn9m 2/2 Terminating 0 2m sleep-776b7bcdcd-gmvnr 1/1 Running 0 2s {{< /text >}} -#### Understanding what happened+#### 理解其过程{#understanding-what-happened}
Fixed.
comment created time in a month
push eventsirius1024/istio.io
commit sha 66727ddcd3082d54c447720d5fd652737d791708
Fix "understanding what happend" translation
commit sha d23d3c050f58b118564915eface60e41d6fa077c
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 66727ddcd3082d54c447720d5fd652737d791708
Fix "understanding what happend" translation
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
data: ... {{< /text >}} -The above statement means: Never inject on pods that have the label `openshift.io/build.name` **or** `openshift.io/deployer-pod-for.name` – the values of the labels don't matter, we are just checking if the keys exist. With this rule added, the OpenShift Builds use case illustrated above is covered, meaning auxiliary pods will not have sidecars injected (because source-to-image auxiliary pods **do** contain those labels).+上面声明的意思是:永远不要注入带有 `openshift.io/build.name` **或者** `openshift.io/deployer-pod-for.name` 标签的 pod —— 标签的值无关紧要,我们只检查键睡否存在。添加了这个规则之后,就涵盖了上面所说的 OpenShift 的构建用例,也就是说辅助 pod 不会被注入 sidecar(因为 source-to-image 工具产生的辅助 pod **明确**包含这些标签)。
Fixed
comment created time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
sleep-776b7bcdcd-bhn9m 2/2 Terminating 0 2m sleep-776b7bcdcd-gmvnr 1/1 Running 0 2s {{< /text >}} -#### Understanding what happened+#### 理解其过程{#understanding-what-happened} -When Kubernetes invokes the webhook, the [`admissionregistration`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io)-configuration is applied. The default configuration injects the sidecar into-pods in any namespace with the `istio-injection=enabled label`. The-`istio-sidecar-injector` configuration map specifies the configuration for the-injected sidecar. To change how namespaces are selected for injection, you can-edit the `MutatingWebhookConfiguration` with the following command:+当 Kubernetes 调用 webhook 时, [`admissionregistration`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) 配置被应用。默认配置将 sidecar 注入到所有拥有 `istio-injection=enabled` 标签的 namespace 下的 pod 中。 `istio-sidecar-injector` 配置图指定了注入 sidecar 的配置。如需更改指定哪些 namespace 被注入,你可以使用以下命令编辑 `MutatingWebhookConfiguration` :
configuration map 翻译为配置图似乎不合适,map 在这里应该是指映射或字典。 不错。已经修改。 标点的哪些comments已经outdate了。您可以刷新一下,PR有更新这些错误。
comment created time in a month
push eventsirius1024/istio.io
commit sha 2011953fe6f36e7b388897c931850cdef8920678
Improve configuration map translation
commit sha b8239d4631dc1d957e174ad39acbcb8bbb0e6723
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 2011953fe6f36e7b388897c931850cdef8920678
Improve configuration map translation
push time in a month
push eventsirius1024/istio.io
commit sha 23529010260262c974cc55fa921e5a7087d5bf21
Fix chinese spellings
commit sha d668f25f5a0a7d4df2eaa79bf8a9b9725cc672e9
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 23529010260262c974cc55fa921e5a7087d5bf21
Fix chinese spellings
push time in a month
pull request commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
/retest
comment created time in a month
push eventsirius1024/istio.io
commit sha 4c441897b787b83fca2541e90760fcdb0b9fe7cc
Fix link lint
commit sha 15ac88cd927fe89da6a9998329c642dfb9e0de14
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 4c441897b787b83fca2541e90760fcdb0b9fe7cc
Fix link lint
push time in a month
pull request commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
/retest
comment created time in a month
push eventsirius1024/istio.io
commit sha d8c4eb6e699c1f06d097c0d61079154ab1518064
Fix link lint
commit sha 5b7c92482e68ab6a1b0f4119d9c5c5467c9513a6
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha d8c4eb6e699c1f06d097c0d61079154ab1518064
Fix link lint
push time in a month
issue closedservicemesher/istio-official-translation
https://github.com/servicemesher/istio-official-translation/blob/master/term.md#%E5%B8%B8%E7%94%A8%E8%AF%8D%E6%B1%87
configuartion -> configuration
closed time in a month
sirius1024issue commentservicemesher/istio-official-translation
https://github.com/servicemesher/istio-official-translation/pull/1449 Merged.
comment created time in a month
PR opened servicemesher/istio-official-translation
configuartion -> configuration
pr created time in a month
push eventsirius1024/istio-official-translation
commit sha d6bd44e6556321aca11577502fcce5e6400b0196
修复常用词汇拼写错误 configuartion -> configuration
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
$ kubectl delete clusterrole istio-sidecar-injector-istio-system $ kubectl delete clusterrolebinding istio-sidecar-injector-admin-role-binding-istio-system {{< /text >}} -The above command will not remove the injected sidecars from Pods. A-rolling update or simply deleting the pods and forcing the deployment-to create them is required.+上面的命令不会从 pod 中移除注入的 sidecar 。需要进行滚动更新或者直接删除 pod ,并强制 deployment 创建它们。
已经修复
comment created time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
aliases: - /docs/setup/kubernetes/additional-setup/sidecar-injection/ --- -## Injection+## 注入{#injection} -In order to take advantage of all of Istio's features, pods in the mesh must be running an Istio sidecar proxy.+为了充分利用 Istio 的所有特性,网格中的 pod 必须运行一个 Istio sidecar 代理。 -The following sections describe two-ways of injecting the Istio sidecar into a pod: manually using the [`istioctl`](/docs/reference/commands/istioctl)-command or automatically using the Istio sidecar injector.+下面的章节描述了向 pod 中注入 Istio sidecar 的两种方法:使用 [`istioctl`](/docs/reference/commands/istioctl) 手动注入或使用 Istio sidecar 注入器自动注入。 -Manual injection directly modifies configuration, like deployments, and injects the proxy configuration into it.+手动注入直接修改配置,如 deployment ,并将代理配置注入其中。
已经修复
comment created time in a month
push eventsirius1024/istio.io
commit sha 2b0f4fd68e6c1ccdd51e8f43160f899000bc26cc
Supplementary update
commit sha 11d207e9fdce4050fa4503b9eb11077b782d55cb
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 2b0f4fd68e6c1ccdd51e8f43160f899000bc26cc
Supplementary update
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
----title: Installing the Sidecar-description: Install the Istio sidecar in application pods automatically using the sidecar injector webhook or manually using istioctl CLI.+title: 设置 Sidecar+description: 在应用程序 Pod 中使用 sidecar injector webhook 自动安装或使用 istioctl CLI 手动安装 Istio sidecar 。
已经修复
comment created time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
aliases: - /docs/setup/kubernetes/additional-setup/sidecar-injection/
所有内部超链接已经修复
comment created time in a month
push eventsirius1024/istio.io
commit sha 4d65280c16744ef86c86761e77d3ebb71c79eb0a
Fix review comments 1. Add `/zh` at the head of internal links 2. Fix punctuations with space
commit sha 863eb547767ec921080cacdd37003bdb6db19f31
Merge branch 'zh-trans-1227'
push time in a month
push eventsirius1024/istio.io
commit sha 4d65280c16744ef86c86761e77d3ebb71c79eb0a
Fix review comments 1. Add `/zh` at the head of internal links 2. Fix punctuations with space
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/additional-setup/sidecar-injection/index.md
aliases: - /docs/setup/kubernetes/additional-setup/sidecar-injection/ --- -## Injection+## 注入
已经加好测试过了。
comment created time in a month
push eventsirius1024/istio.io
commit sha 04f8e287d96bedc96140a3b5a8188c619fc433b4
Add anchor for sections
commit sha c1f24565f4fff49c5d69a3d83fcecca64820a5cc
Merge branch 'zh-trans-1227' Add anchor for sections
push time in a month
push eventsirius1024/istio.io
commit sha 04f8e287d96bedc96140a3b5a8188c619fc433b4
Add anchor for sections
push time in a month
issue commentservicemesher/istio-official-translation
/docs/setup/additional-setup/sidecar-injection/index.md
/pushed
comment created time in a month
PR opened istio/istio.io
ref: https://github.com/servicemesher/istio-official-translation/issues/1277
[ ] Configuration Infrastructure [X] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [ ] Test and Release [ ] User Experience [ ] Developer Infrastructure
pr created time in a month
push eventsirius1024/istio.io
commit sha 666185dc09ac469180c338ea79d789c4f215ed77
zh-translation:/faq/security/secret-encryption.md (#5393)
commit sha bc3bf7aaf6682286a20d6d5f837367ad7fdf5bdc
Translate zh-trans-1077 (#5353)
commit sha 7e3bd1a0a8c9bcb664cf2c15e6ee78b73f438e0b
Fix references to samples/operator files (#5391) Closes https://github.com/istio/istio/issues/18441
commit sha 103a29c287a3ebfe4720b57f39c9ec0b9085ecef
zh-translation: content/zh/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md (#5333)
commit sha e8bd3b756626ada764d42d9259fdc4136a855bfd
zh-translation: /docs/concepts/security/index.md (#5330) * Preliminary translation of the security document * Preliminary translation of the security document * Preliminary translation of the security document * update index.md update keywords * update index.md update 服务帐户机密 => 服务帐户密钥 * update index.md update 机密 => secerts * update index.md update 机密 => secrets * update istio mixer url /zh/docs/reference/config/policy-and-telemetry/ => https://github.com/zh/docs/reference/config/policy-and-telemetry/ * Preliminary translation of the security document * Preliminary translation of the security document * Preliminary translation of the security document * Preliminary translation of the security document * Preliminary translation of the security document * update istio mixer url update /docs/reference/config/policy-and-telemetry/ * update mutual-TLS-authentication mutual-tls-authentication => mutual-TLS-authentication * update security 服务到服务 => 服务间, 数据、端点、通信 * update security 秘密 => secret * 更新 security tasks 有关使用安全功能的详细说明 => 以获取有关使用安全功能的详细说明 * update namespace 名称空间 => 命名空间
commit sha 9b7309ae4feba1794bdb2e679224799c35366adb
zh-translation:/docs/tasks/observability/metrics/tcp-metrics/index.md (#5363) * 翻译:content/zh/docs/tasks/observability/metrics/tcp-metrics/index.md * 修改词汇 * fix lint problem
commit sha 3f8fe031285a2d2be51b52598b8fdf67238456de
Zh trans 1303: /docs/tasks/observability/distributed-tracing/jaeger/index.md (#5409) * Preliminary translation of the jaeger.md document * Preliminary translation of the jaeger.md document
commit sha 80bc3320d92d112de1e53ac154e0be7535cb95c1
Add Installing the Sidecar translations
commit sha f62e2ceef015e2ff02b7832ef4b9dd60f81ca886
Merge branch 'zh-trans-1227' Add Installing the Sidecar section translations
push time in a month
push eventsirius1024/istio.io
commit sha 666185dc09ac469180c338ea79d789c4f215ed77
zh-translation:/faq/security/secret-encryption.md (#5393)
commit sha bc3bf7aaf6682286a20d6d5f837367ad7fdf5bdc
Translate zh-trans-1077 (#5353)
commit sha 7e3bd1a0a8c9bcb664cf2c15e6ee78b73f438e0b
Fix references to samples/operator files (#5391) Closes https://github.com/istio/istio/issues/18441
commit sha 80bc3320d92d112de1e53ac154e0be7535cb95c1
Add Installing the Sidecar translations
push time in a month
issue openedservicemesher/istio-official-translation
https://github.com/servicemesher/istio-official-translation/blob/master/term.md#%E5%B8%B8%E7%94%A8%E8%AF%8D%E6%B1%87
configuartion -> configuration
created time in a month
startedvitessio/vitess
started time in a month
push eventsirius1024/istio.io
commit sha c06befe4dabc67fd3ceec93746951359c065d558
zh-translation: content/zh/about/community/_index.md (#5331) - refer to https://github.com/servicemesher/istio-official-translation/issues/1341
commit sha d7544d4388fc6e9709e7f71cc6a45337c931ecdf
fix invalid operator example. (#5334)
commit sha f8033f92ae3ac23dd0143ec394660b60b3af8a09
Address rendering glitch on the istioctl reference page. (#5319)
commit sha a51eabbd4768f1f0f93d0552071261d2c7f6ec1a
[ImgBot] Optimize images (#5323) *Total -- 1,169.34kb -> 1,168.70kb (0.05%) /static/img/istio-logo.svg -- 0.24kb -> 0.19kb (20.08%) /static/img/istio-whitelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (19.64%) /static/img/istio-whitelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.27%) /content/zh/docs/ops/architecture/arch.svg -- 92.54kb -> 92.35kb (0.2%) /content/en/docs/ops/architecture/arch.svg -- 92.54kb -> 92.35kb (0.2%) /content/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%) /content/en/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%) /content/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%) /content/en/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%) /content/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%) /content/en/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%) /content/zh/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%) /content/en/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%) /content/en/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 68.97kb -> 68.97kb (0.01%) /content/zh/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 68.97kb -> 68.97kb (0.01%) /content/zh/blog/2018/v1alpha3-routing/gateways.svg -- 84.75kb -> 84.74kb (0%) /content/en/blog/2018/v1alpha3-routing/gateways.svg -- 84.75kb -> 84.74kb (0%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
commit sha 4d4e6ae28edb3856afb3280c7ec7b1353479c3a7
General cleanup items. (#5325) - Fix a bunch of heading capitalization. - Remove words that shouldn't be in the dictionary and update the text accordingly. - Added a few @@ sequences to reference content files from text blocks. - Used a few {{< source_branch_name >}} sequences to refer to the proper branch in GitHub rather than master.
commit sha af3c1b09c696b728e08360e17d462ac52b2cfdba
issue 5314 - OpenShift 4.2+ requires customized CNI settings. Documenting them here. (#5315)
commit sha cbf0c319a976ff203801a6f2ca5533cc93097f12
Fix date, which fixes sorting order. (#5340)
commit sha 94c352004fff6aaac1f40dd2a91a5927644da7b7
Fix 134 announce link bug (#5348)
commit sha dd83912f900f8b0c2d1054166e3538cd0ce4505d
zh-translation: /faq/setup (#5337) * zh-translation: /faq/setup/index.md (#1081) * zh-translation: /faq/setup/k8s-migrating.md (#1434) * zh-translation: /faq/setup/consul-unset-context.md (#1432) * zh-translation: /faq/setup/k8s-migrating.md (#1434) * zh-translation: /faq/setup/consul-unset-context.md (#1432)
commit sha 41892ae557fed5cf193ab41d3ae82af2c0625716
zh-translations: most of _index.md (#5338) Refer to the following issues: - https://github.com/servicemesher/istio-official-translation/issues/1390 - https://github.com/servicemesher/istio-official-translation/issues/1389 - https://github.com/servicemesher/istio-official-translation/issues/1386 - https://github.com/servicemesher/istio-official-translation/issues/1385 - https://github.com/servicemesher/istio-official-translation/issues/1382 - https://github.com/servicemesher/istio-official-translation/issues/1365 - https://github.com/servicemesher/istio-official-translation/issues/1363 - https://github.com/servicemesher/istio-official-translation/issues/1362 - https://github.com/servicemesher/istio-official-translation/issues/1360 - https://github.com/servicemesher/istio-official-translation/issues/1359 - https://github.com/servicemesher/istio-official-translation/issues/1358 - https://github.com/servicemesher/istio-official-translation/issues/1357 - https://github.com/servicemesher/istio-official-translation/issues/1356 - https://github.com/servicemesher/istio-official-translation/issues/1355 - https://github.com/servicemesher/istio-official-translation/issues/1349 - https://github.com/servicemesher/istio-official-translation/issues/1345 - https://github.com/servicemesher/istio-official-translation/issues/1320 - https://github.com/servicemesher/istio-official-translation/issues/1313 - https://github.com/servicemesher/istio-official-translation/issues/1309 - https://github.com/servicemesher/istio-official-translation/issues/1302 - https://github.com/servicemesher/istio-official-translation/issues/1301 - https://github.com/servicemesher/istio-official-translation/issues/1290 - https://github.com/servicemesher/istio-official-translation/issues/1280 - https://github.com/servicemesher/istio-official-translation/issues/1272 - https://github.com/servicemesher/istio-official-translation/issues/1254 - https://github.com/servicemesher/istio-official-translation/issues/1241 - https://github.com/servicemesher/istio-official-translation/issues/1235 - https://github.com/servicemesher/istio-official-translation/issues/1231 - https://github.com/servicemesher/istio-official-translation/issues/1226 - https://github.com/servicemesher/istio-official-translation/issues/1218 - https://github.com/servicemesher/istio-official-translation/issues/1159 - https://github.com/servicemesher/istio-official-translation/issues/1148 - https://github.com/servicemesher/istio-official-translation/issues/1143 - https://github.com/servicemesher/istio-official-translation/issues/1120 - https://github.com/servicemesher/istio-official-translation/issues/1118 - https://github.com/servicemesher/istio-official-translation/issues/1108 - https://github.com/servicemesher/istio-official-translation/issues/1104 - https://github.com/servicemesher/istio-official-translation/issues/1099 - https://github.com/servicemesher/istio-official-translation/issues/1073 - https://github.com/servicemesher/istio-official-translation/issues/1058 - https://github.com/servicemesher/istio-official-translation/issues/1040 - https://github.com/servicemesher/istio-official-translation/issues/1038 - https://github.com/servicemesher/istio-official-translation/issues/1031 - https://github.com/servicemesher/istio-official-translation/issues/1026 - https://github.com/servicemesher/istio-official-translation/issues/1025 Signed-off-by: Jimmy song <rootsongjc@gmail.com>
commit sha 4f61ad9ef3d11b9a73efa9ec863ad929057d3ac8
zh-translation:/docs/reference/glossary/operator.md (#5359)
commit sha 85fd57c35d855440bfe4fee70d141cdb2bb444fb
zh-translation:/content/zh/faq/security/secure-ingress.md (#5345) * zh-translation:/content/zh/faq/security/secure-ingress.md ref: https://github.com/servicemesher/istio-official-translation/issues/1429 * fix symbols and add /zh url prefix
commit sha f2305b1dd1be3b63814a74a6eda446ec8abc213e
zh-translation:/docs/tasks/observability/logs/collecting-logs/index.md (#5329)
commit sha e93d9d50d88d10e791968b7984f53e0c961a9c8d
Translate /docs/tasks/traffic-management/traffic-shifting/index.md (#5361)
commit sha db09f8c3c57d9a3e8b579b85176b5a7bfe2c4eda
zh-translation: faq/traffic-management/viewing-current-rules.md (#5351)
commit sha 89bd513c3ad18ac7cd75b30eaba6eb61529406e1
zh-translation:/docs/ops/setup/validation/index.md (#5354) * zh-translation:/docs/ops/setup/validation/index.md * zh-translation:/docs/ops/setup/validation/index.md(#1089) * zh-translation:/docs/ops/setup/validation/index.md(#1089) * zh-translation:/docs/ops/setup/validation/index.md * zh-translation:/docs/ops/setup/validation/index.md * zh-translation:/docs/ops/setup/validation/index.md * zh-translation:/docs/ops/setup/validation/index.md * zh-translation:/docs/ops/setup/validation/index.md
commit sha b5d87dddbc0644fb509988c60d0de5176d671f2d
zh-translation:/docs/reference/glossary/index.md (#5365)
commit sha 50cd5bddf7595537194ee2633f6b0029ab0d8761
zh-translation:/docs/setup/platform-setup/docker/index.md (#5373) * Add platform setup for docker desktop guide in Chinese. * Fix Docker Desktop to English * modify the description words for easy reading
commit sha 90b377717d1e87d53daa820d451d7f6b710fc98a
Translate /docs/tasks/traffic-management/request-timeouts/index.md (#5367)
commit sha 924a40fabcb6245a2c511d1b6c17ad840f20905a
zh-translation:/faq/metrics-and-logs/prometheus-application-metrics.md (#5368)
push time in a month
issue commentservicemesher/istio-official-translation
/docs/setup/additional-setup/sidecar-injection/index.md
/accept
comment created time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/platform-setup/docker/index.md
--- title: Docker Desktop-description: Instructions to setup Docker Desktop for Istio.+description: 在 Docker Desktop 运行 Istio 的指南。
现在呢?“在 Docker Desktop 中运行 Istio 的设置说明。”
comment created time in a month
push eventsirius1024/istio.io
commit sha 3285b90fb005cbbae18f8d56f0d098321b240420
modify the description words for easy reading
push time in a month
push eventsirius1024/istio.io
commit sha 3285b90fb005cbbae18f8d56f0d098321b240420
modify the description words for easy reading
push time in a month
Pull request review commentistio/istio.io
zh-translation:/docs/setup/platform-setup/docker/index.md
----title: Docker Desktop-description: Instructions to setup Docker Desktop for Istio.+title: 桌面版 Docker+description: 在桌面版 Docker 运行 Istio 的指南。
已经修改
comment created time in a month
push eventsirius1024/istio.io
commit sha ea03192fb03c126d49b9fc373e09b99ae4371eb2
Fix Docker Desktop to English
push time in a month
push eventsirius1024/istio.io
commit sha ea03192fb03c126d49b9fc373e09b99ae4371eb2
Fix Docker Desktop to English
push time in a month
issue commentservicemesher/istio-official-translation
/docs/setup/platform-setup/docker/index.md
/pushed
comment created time in a month
PR opened istio/istio.io
ref: https://github.com/servicemesher/istio-official-translation/issues/1293
[ ] Configuration Infrastructure [x] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [ ] Test and Release [ ] User Experience [ ] Developer Infrastructure
pr created time in a month
pull request commentistio/istio.io
Add platform setup guide of docker desktop in Chinese.
Sorry for PR template format.
comment created time in a month
PR opened istio/istio.io
Please provide a description for what this PR is for.
And to help us figure out who should review this PR, please put an X in all the areas that this PR affects.
[ ] Configuration Infrastructure [x] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [ ] Test and Release [ ] User Experience [ ] Developer Infrastructure
pr created time in a month
push eventsirius1024/istio.io
commit sha c939573184fa690ac28a5b65146c9dcdb2872198
Add platform setup for docker desktop guide in Chinese.
push time in a month
push eventsirius1024/istio.io
commit sha c939573184fa690ac28a5b65146c9dcdb2872198
Add platform setup for docker desktop guide in Chinese.
push time in a month
issue commentservicemesher/istio-official-translation
make lint通过以后,我是不是应该先git fetch upstream,然后merge当前issue的branch到本地master,然后提交PR到官方仓库?
comment created time in a month
issue commentservicemesher/istio-official-translation
/docs/setup/platform-setup/docker/index.md
/accept
comment created time in a month
starteda8m/reflect-examples
started time in a month
created tagsirius1024/go-amqp-reconnect
auto reconnecting example for github.com/streadway/amqp Connection & Channel
created time in a month
issue commentstreadway/amqp
Try this extension with reconnecting and cluster supported: https://github.com/sirius1024/go-amqp-reconnect
comment created time in a month
issue commentstreadway/amqp
How to connect to RabbitMQ cluster?
@teran Try this extension with reconnect and cluster supported: https://github.com/sirius1024/go-amqp-reconnect
comment created time in a month