Giter Club home page Giter Club logo

Comments (3)

MinerYang avatar MinerYang commented on June 17, 2024 1

to keep consistent of our upgrade path, e.g. from 2.9.3 (if with ip_family config) and migrate to 2.10.0(without ip_family_config), we will only add this new ip_family configuration since v2.11 and do following reverse:

  • remove ip_family config jinja migrate template for both version_2_9 and version_2_10 on main release(#19949)
  • reverse ip_family config, ipv6 port nginx stetting, remove jinja migrate template for both version_2_9 and version_2_10 on release-2.10.0 (#19950)
  • reverse ip_family config, ipv6 port nginx stetting, remove jinja migrate template for both version_2_9 on release-2.9.0 (#19951)

With all these changes, in case of you review this issue/prs with confusion, you should be aware of

  • users could use ip_family config only since v2.11+
  • users would like to use listen [::]:8443 ssl config in nginx related components below v2.11 should add this manually.
  • users use v2.9.2 and migrate to 2.10.x need to add this listen [::]:8443 ssl manually if ipv6 address port is necessary in your network stack.

from harbor.

MinerYang avatar MinerYang commented on June 17, 2024

workaround

  • step1 stop harbor containers
sudo docker compose down -v
  • step2 edit the/common/config/nginx/nginx.conf file, if internal_tls is enabled please also edit/common/config/portal/nginx.conf as well
## remove this line 
listen [::]:8443 ssl; 

## save file
  • step3 restart harbor
sudo docker compose up -d

from harbor.

stonezdj avatar stonezdj commented on June 17, 2024

All prs merged, close it

from harbor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.