ethan256
ethan256
fix alicloud secret doc bug
I use [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator) helm chart deploy in Kubernetes v1.20, the operator could not start up normally with the following errors: ```shell Error: failed to start container "kube-rbac-proxy": Error response from...
When I use buildx for multi-architecture compiled images, I find that I can't go the dns configured in `/etc/hosts`, and adding `--add-host` still doesn't work either command is as follows:...
use `sync.Pool` to reduce alloc on `conn.Receive`.
Using stream reduces memory allocation during message encoding and improves performance. benchstat: ``` goos: linux goarch: amd64 pkg: github.com/gopcua/opcua/uasc cpu: AMD Ryzen 7 5800H with Radeon Graphics │ old.txt │...
The current encoding process generates a large amount of memory allocation, and the GC pressure will increase when the QPS becomes large. Consider reducing the number of memory allocations to...