Skip to content
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

Feb 2023 #6

Closed
vadasambar opened this issue Feb 1, 2023 · 19 comments
Closed

Feb 2023 #6

vadasambar opened this issue Feb 1, 2023 · 19 comments

Comments

@vadasambar
Copy link
Contributor

vadasambar commented Feb 1, 2023

Last month's thread:
Jan 2023: #5

What

This is an issue to update daily status on what I am doing as a member of vadafoss community.

How

Follow this format

## <3-letter-month> <2-letter-day> <4-letter-year>
### やったこと
### Problem
### Try
### TODO
### WIP

やったこと: yatta-koto lit. 'things I did' in Japanese (I just find it sounds closer to what I want to say)
Problem (optional): problems I faced
Try (optional): what I am trying
TODO (optional): things to do
WIP (optional): work in progress

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 1, 2023

Feb 01 2023

やったこと

  • found a potential solution to:

my code has a problem where I pass in Kind as Resource to the GVR in kubernetes/autoscaler#5419 but that won't work

added code to pluck resources from crd's spec.names.plural field kubernetes/autoscaler@790ef46

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 2, 2023

Feb 02 2023

やったこと

  • set monthly goals

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 03 2023

やったこと

  • set monthly goals

WIP

  • writing a blogpost

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 7, 2023

Feb 07 2023

やったこと

WIP

  • going through cluster-autoscaler code to understand scale-up and scale-down

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 8, 2023

Feb 08 2023

やったこと

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 9, 2023

Feb 09 2023

やったこと

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 10 2023

やったこと

WIP

  • writing a blogpost around understanding listers and reflectors

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 13 2023

やったこと

WIP

  • refining my schedule

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 14 2023

やったこと

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 15 2023

Out sick

@vadasambar
Copy link
Contributor Author

Feb 16 2023

やったこと

WIP

  • going through cluster-autoscaler code for scale down

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 17, 2023

Feb 17 2023

やったこと

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 20 2023

やったこと

WIP

  • refining my schedule

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 21, 2023

Feb 21 2023

やったこと

WIP

  • going through and understanding scale-down in cluster-autoscaler code

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 22, 2023

Feb 22 2023

やったこと

WIP

  • going through and understanding scale-down in cluster-autoscaler code
  • started looking into suraj4
  • deploying custom cluster-autoscaler on GKE

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either
  • check the Kanban
  • running into permissions issue when I try to install custom cluster-autoscaler in a GKE cluster
E0222 06:48:58.820551       1 gce_manager.go:327] Failed to fetch MIGs: cannot autodiscover managed instance groups: cannot list managed instance groups: googleapi: Error 403: Required 'compute.instanceGroups.list' permission for 'projects/xxxxxxxxxxx', forbidden
F0222 06:48:58.820594       1 gce_cloud_provider.go:367] Failed to create GCE Manager: cannot autodiscover managed instance groups: cannot list managed instance groups: googleapi: Error 403: Required 'compute.instanceGroups.list' permission for 'projects/xxxxxxxxxxx', forbidden

K8s Service Account for cluster-autoscaler has the right annotation and the GKE Service Account has the right permissions too.

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 23, 2023

Feb 23 2023

やったこと

  • went through the code for scale-down in cluster-autoscaler

WIP

  • looking at suraj4

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either NOT A PROBLEM ANYMORE BECAUSE DYNAMIC LISTERS APPROACH WAS SHELVED DUE TO ITS COMPLEXITY (CHECK THIS)
  • check the Kanban

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 24, 2023

Feb 24 2023

やったこと

WIP

TODO

Problem

  • unit tests in utils/drain_test.go are still failing because the scheme is empty and type meta for the objects is empty because of which scheme can't be set in the code either NOT A PROBLEM ANYMORE BECAUSE DYNAMIC LISTERS APPROACH WAS SHELVED DUE TO ITS COMPLEXITY (CHECK THIS)
  • check the Kanban

@vadasambar
Copy link
Contributor Author

Feb 27 2023

Took the day off

やったこと

WIP

TODO

Problem

@vadasambar
Copy link
Contributor Author

vadasambar commented Feb 28, 2023

Feb 28 2023

やったこと

WIP

TODO

Problem

@vadasambar vadasambar mentioned this issue Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant