-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ingress resource in the getStarted document #2211
Conversation
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
[CHATOPS:HELP] ChatOps commands.
|
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Deploying with Cloudflare Pages
|
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
``` | ||
|
||
</details> | ||
- Remove indexed 400 training datasets from the Vald agent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 I fixed the indentation because it is broken.
👉 https://vald.vdaas.org/docs/tutorial/vald-agent-standalone-on-k8s/
@@ -236,7 +236,7 @@ This chapter uses [NGT](https://github.com/yahoojapan/ngt) as Vald Agent to perf | |||
```go | |||
ctx := context.Background() | |||
|
|||
conn, err := grpc.DialContext(ctx, grpcServerAddr, grpc.WithInsecure()) | |||
conn, err := grpc.DialContext(ctx, grpcServerAddr, grpc.WithTransportCredentials(insecure.NewCredentials())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because WithInsecure
is deprecated, I fixed it to use the WithTransportCredentials
.
@@ -284,21 +284,23 @@ This chapter uses [NGT](https://github.com/yahoojapan/ngt) as Vald Agent to perf | |||
|
|||
</details> | |||
|
|||
- [Optional] Indexing manually instead of waiting for auto indexing | |||
- [Optional] Indexing manually instead of waiting for auto indexing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 I fixed the indentation because it is broken.
👉 https://vald.vdaas.org/docs/tutorial/vald-agent-standalone-on-k8s/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix: enable ingress resource in the getStarted document and refactor Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix: indent bug Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in ac6ee52 according to the output from Gofumpt and Prettier. Details: #2211 * fix expand format bug Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix: broken expand Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix: new line for visibility Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> --------- Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Description:
This PR contains the following changes.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: